User Tools

Site Tools


manual:demos:stm32f0_discovery_truestudio

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:stm32f0_discovery_truestudio [2018/05/17 16:56]
voorburg [Building and programming the Bootloader]
manual:demos:stm32f0_discovery_truestudio [2020/02/06 16:20] (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 52: Line 52:
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
  
-To build the user program, open a command prompt ​in directory ​**\Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\Prog\** and run the command: +Set the project as the active project ​in Eclipse. This is achieved by clicking the **Prog** ​project in the //Project Explorer// to select itNext, select ​//Project -Rebuild Project// from the menu to compile all the user program sources and link them together into the final executable.
- +
-<​code>​ +
-make clean all +
-</code> +
-  +
-The expected output is: +
- +
-<​code>​ +
-+++ Cleaning build environment +
-+++ Clean complete +
-+++ Assembling [startup_stm32f0xx.S] +
-+++ Compiling [boot.c] +
-+++ Compiling [main.c] +
-... +
-+++ Linking [demoprog_stm32f051.elf] +
-... +
-+++ Build complete [demoprog_stm32f051.srec] +
-</code>+
  
 The output file is The output file is
  
-  * \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\**Prog**\bin\**demoprog_stm32f051.srec** +  * \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_TrueStudio\**Prog**\Debug\**demoprog_stm32f051.srec**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\**Prog**\bin\**demoprog_stm32f051.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_STM32F0_Discovery_STM32F051_TrueStudio\**Prog**\Debug\**demoprog_stm32f051.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/demos/stm32f0_discovery_truestudio.1526569000.txt.gz · Last modified: 2019/09/24 22:13 (external edit)