This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:demos:nucleo_g071rb_gcc [2019/08/13 15:27] voorburg [Building and programming the Bootloader] |
manual:demos:nucleo_g071rb_gcc [2020/02/06 16:36] (current) voorburg |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Supported firmware update interfaces ===== | ===== Supported firmware update interfaces ===== | ||
- | ^ UART ^ CAN ^ USB ^ TCP/IP ^ SD-card ^ | + | ^ RS232 ^ CAN ^ USB ^ TCP/IP ^ SD-card ^ |
| Yes | No | No | No | No | | | Yes | No | No | No | No | | ||
Line 56: | Line 56: | ||
===== Building the Demo Program ===== | ===== Building the Demo Program ===== | ||
- | To build the user program, open a command prompt in directory **\Target\Demo\ARMCM0_STM32F0_Nucleo_F091RC_GCC\Prog\** and run the command: | + | To build the user program, open a command prompt in directory **\Target\Demo\ARMCM0_STM32G0_Nucleo_G071RB_GCC\Prog\** and run the command: |
<code> | <code> | ||
Line 65: | Line 65: | ||
<code> | <code> | ||
- | +++ Cleaning build environment | + | +++ Cleaning build environment |
- | +++ Clean complete | + | +++ Clean complete |
- | +++ Assembling [startup_stm32f0xx.S] | + | +++ Assembling [startup_stm32g071xx.s] |
- | +++ Compiling [boot.c] | + | +++ Compiling [main.c] |
- | +++ Compiling [main.c] | + | +++ Compiling [boot.c] |
... | ... | ||
- | +++ Linking [demoprog_stm32f091.elf] | + | +++ Linking [demoprog_stm32g071.elf] |
... | ... | ||
- | +++ Build complete [demoprog_stm32f091.srec] | + | +++ Build complete [demoprog_stm32g071.srec] |
</code> | </code> | ||
The output file is | The output file is | ||
- | * \Target\Demo\ARMCM0_STM32F0_Nucleo_F091RC_GCC\**Prog**\bin\**demoprog_stm32f091.srec** | + | * \Target\Demo\ARMCM0_STM32G0_Nucleo_G071RB_GCC\**Prog**\bin\**demoprog_stm32g071.srec** |
===== Firmware update procedure ===== | ===== Firmware update procedure ===== | ||
- | To download the demo program \Target\Demo\ARMCM0_STM32F0_Nucleo_F091RC_GCC\**Prog**\bin\**demoprog_stm32f091.srec** using the bootloader, follow the instructions in the following links, depending on the communication interface you intend to use: | + | To download the demo program \Target\Demo\ARMCM0_STM32G0_Nucleo_G071RB_GCC\**Prog**\bin\**demoprog_stm32g071.srec** using the bootloader, follow the instructions in the following links, depending on the communication interface you intend to use: |
+ | |||
+ | * [[manual:rs232_demo|Firmware updates using the RS232 communication interface]] | ||
- | * [[manual:uart_demo|Firmware updates using the UART communication interface]] | ||
- | * [[manual:can_demo|Firmware updates using the CAN communication interface]] | ||