User Tools

Site Tools


manual:demos:nucleo_f103rb_gcc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
manual:demos:nucleo_f103rb_gcc [2019/09/24 22:12]
127.0.0.1 external edit
manual:demos:nucleo_f103rb_gcc [2023/12/04 22:18] (current)
voorburg [Supported firmware update interfaces]
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 ​     ​^ Modbus RTU   
-| Yes            | No              | No           ​| No           | No           |+| Yes           | Yes            | No          | No          | No           | No           |
  
 ===== Development Environment ===== ===== Development Environment =====
Line 42: Line 42:
 +++ Compiling [boot.o] +++ Compiling [boot.o]
 ... ...
-+++ Linking [openblt_nucleo_stm32f103rb.elf]++++ Linking [openblt_stm32f103.elf]
 ... ...
-+++ Build complete [openblt_nucleo_stm32f103rb.srec]++++ Build complete [openblt_stm32f103.srec]
 </​code>​ </​code>​
  
 The bootloader program is now ready to be programmed into the internal flash memory of the STM32F103. Using your favorite programmer, flash the bootloader using one of the following files, depending on what file type your programmer supports: The bootloader program is now ready to be programmed into the internal flash memory of the STM32F103. Using your favorite programmer, flash the bootloader using one of the following files, depending on what file type your programmer supports:
  
-  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Boot**\bin\**openblt_nucleo_stm32f103rb.elf** +  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Boot**\bin\**openblt_stm32f103.elf** 
-  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Boot**\bin\**openblt_nucleo_stm32f103rb.srec**+  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Boot**\bin\**openblt_stm32f103.srec**
  
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
Line 66: Line 66:
 +++ Compiling [main.c] +++ Compiling [main.c]
 ... ...
-+++ Linking [demoprog_nucleo_stm32f103rb.elf]++++ Linking [demoprog_stm32f103.elf]
 ... ...
-+++ Build complete [demoprog_nucleo_stm32f103rb.srec]++++ Build complete [demoprog_stm32f103.srec]
 </​code>​ </​code>​
  
 The output file is The output file is
  
-  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Prog**\bin\**demoprog_nucleo_stm32f103rb.srec**+  * \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Prog**\bin\**demoprog_stm32f103.srec**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Prog**\bin\**demoprog_nucleo_stm32f103rb.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\ARMCM3_STM32F1_Nucleo_F103RB_GCC\**Prog**\bin\**demoprog_stm32f103.srec** using the bootloader, follow the instructions in the following links, depending on the communication interface you intend to use:
  
-  * [[manual:uart_demo|Firmware updates using the UART communication interface]]+  * [[manual:rs232_demo|Firmware updates using the RS232 communication interface]] 
 +  * [[manual:​can_demo|Firmware updates using the CAN communication interface]]
  
  
manual/demos/nucleo_f103rb_gcc.1569355950.txt.gz · Last modified: 2019/09/24 22:12 by 127.0.0.1