User Tools

Site Tools


manual:demos:stm32f0_discovery_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
Next revision Both sides next revision
manual:demos:stm32f0_discovery_gcc [2016/10/24 11:43]
voorburg [Building and programming the Bootloader]
manual:demos:stm32f0_discovery_gcc [2016/10/24 11:45]
voorburg
Line 27: Line 27:
 Before the bootloader can be used, it needs to be built and programmed into the STM32F051'​s internal flash memory. The steps in this section only need to be done once. Before the bootloader can be used, it needs to be built and programmed into the STM32F051'​s internal flash memory. The steps in this section only need to be done once.
  
-When using EmBitz, simply open the project file by double-clicking the file: \Target\Demo\ARMCM0_STM32_Discovery_STM32F051_GCC\**Boot**\ide\**stm32f0.ebp** from the Windows Explorer. To build the bootloader, select //Build -> Rebuild all target files// from the program menu. +When using EmBitz, simply open the project file by double-clicking the file: \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\**Boot**\ide\**stm32f0.ebp** from the Windows Explorer. To build the bootloader, select //Build -> Rebuild all target files// from the program menu. 
  
 The bootloader program is now ready to be programmed into the internal flash memory of the STM32F051. Make sure the ST-Link Debugger Interface on the STM32F0-Discovery board is connected to your PC via a USB cable. Next, select //Debug -> Start Debug Session (F8)// from EmBitz'​s program menu to flash the bootloader program. Once done, you can start the bootloader program by selecting //Debug -> Run (F5)// from the program'​s menu. The bootloader program is now ready to be programmed into the internal flash memory of the STM32F051. Make sure the ST-Link Debugger Interface on the STM32F0-Discovery board is connected to your PC via a USB cable. Next, select //Debug -> Start Debug Session (F8)// from EmBitz'​s program menu to flash the bootloader program. Once done, you can start the bootloader program by selecting //Debug -> Run (F5)// from the program'​s menu.
Line 39: Line 39:
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
  
-When using EmBitz, simply open the project file by double-clicking the file: \Target\Demo\ARMCM0_STM32_Discovery_STM32F051_GCC\**Prog**\ide\**stm32f0.ebp** from the Windows Explorer. To build the demo program, select //Build -> Rebuild all target files// from the program'​s menu. +When using EmBitz, simply open the project file by double-clicking the file: \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\**Prog**\ide\**stm32f0.ebp** from the Windows Explorer. To build the demo program, select //Build -> Rebuild all target files// from the program'​s menu. 
  
 The output file is The output file is
  
-  * \Target\Demo\ARMCM0_STM32_Discovery_STM32F051_GCC\**Prog**\bin\**demoprog_stm32f051.srec**+  * \Target\Demo\ARMCM0_STM32F0_Discovery_STM32F051_GCC\**Prog**\bin\**demoprog_stm32f051.srec**
  
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\ARMCM0_STM32_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_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:
  
   * [[manual:​uart_demo|Firmware updates using the UART communication interface]]   * [[manual:​uart_demo|Firmware updates using the UART communication interface]]
  
  
manual/demos/stm32f0_discovery_gcc.txt ยท Last modified: 2023/12/04 22:18 by voorburg