User Tools

Site Tools


manual:demos:stm32f3_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 Both sides next revision
manual:demos:stm32f3_discovery_gcc [2018/06/11 15:34]
voorburg [Building and programming the Bootloader]
manual:demos:stm32f3_discovery_gcc [2018/06/11 15:42]
voorburg [Building and programming the Bootloader]
Line 40: Line 40:
 +++ Cleaning build environment +++ Cleaning build environment
 +++ Clean complete +++ Clean complete
-+++ Assembling [startup_stm32f30x.S]++++ Assembling [startup_stm32f303xc.s]
 +++ Compiling [main.c] +++ Compiling [main.c]
 +++ Compiling [hooks.c] +++ Compiling [hooks.c]
Line 51: Line 51:
 The bootloader program is now ready to be programmed into the internal flash memory of the STM32F303. Using your favorite programmer (i.e. OpenOCD or STM32 ST-Link utility), 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 STM32F303. Using your favorite programmer (i.e. OpenOCD or STM32 ST-Link utility), flash the bootloader using one of the following files, depending on what file type your programmer supports:
  
-  * \Target\Demo\ARMCM4_STM32F3_Nucleo_F303K8_GCC\**Boot**\bin\**openblt_stm32f303.elf** +  * \Target\Demo\ARMCM4_STM32F3_Discovery_F303VC_GCC\**Boot**\bin\**openblt_stm32f303.elf** 
-  * \Target\Demo\ARMCM4_STM32F3_Nucleo_F303K8_GCC\**Boot**\bin\**openblt_stm32f303.srec**+  * \Target\Demo\ARMCM4_STM32F3_Discovery_F303VC_GCC\**Boot**\bin\**openblt_stm32f303.srec**
  
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
manual/demos/stm32f3_discovery_gcc.txt · Last modified: 2023/12/04 22:25 by voorburg