User Tools

Site Tools


manual:demos:olimex_stm32p103_keil

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
Last revision Both sides next revision
manual:demos:olimex_stm32p103_keil [2016/05/19 12:26]
voorburg [Building and programming the Bootloader]
manual:demos:olimex_stm32p103_keil [2020/02/06 16:25]
voorburg
Line 1: Line 1:
-====== ARM-CM3 STM32 Olimex STM32P103 Keil ======+====== ARM-CM3 STM32 Olimex STM32P103 Keil MDK ======
  
 ===== Supported firmware update interfaces ===== ===== Supported firmware update interfaces =====
  
-UART           ^ CAN             ^ USB          ^ TCP/​IP ​      ^ SD-card ​     ^+RS232          ​^ CAN             ^ USB          ^ TCP/​IP ​      ^ SD-card ​     ^
 | Yes            | Yes             | No           | No           | Yes          | | Yes            | Yes             | No           | No           | Yes          |
  
Line 20: Line 20:
 Before the bootloader can be used, it needs to be built and programmed into the STM32F103'​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 STM32F103'​s internal flash memory. The steps in this section only need to be done once.
  
-When using Keil MDK, simply open the project from within uVision. The project file (stm32f103.uvprojx) is located at: \Target\Demo\ARMCM3_STM32_Olimex_STM32P103_Keil\**Boot**\ide\. Once opened, select Project->​Rebuild all target files from the menu to compile all the bootloader sources and link the together into the final executable.+When using Keil MDK, simply open the project from within uVision. The project file (stm32f103.uvprojx) is located at: \Target\Demo\ARMCM3_STM32F1_Olimex_STM32P103_Keil\**Boot**\ide\. Once opened, select Project->​Rebuild all target files from the menu to compile all the bootloader sources and link the together into the final executable.
  
 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_STM32_Olimex_STM32P103_Keil\**Boot**\bin\**openblt_olimex_stm32p103.axf** +  * \Target\Demo\ARMCM3_STM32F1_Olimex_STM32P103_Keil\**Boot**\bin\**openblt_olimex_stm32p103.axf** 
-  * \Target\Demo\ARMCM3_STM32_Olimex_STM32P103_Keil\**Boot**\bin\**openblt_olimex_stm32p103.srec**+  * \Target\Demo\ARMCM3_STM32F1_Olimex_STM32P103_Keil\**Boot**\bin\**openblt_olimex_stm32p103.srec**
  
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
  
-When using Keil MDK, simply open the project from within uVision. The project file (stm32f103.uvprojx) is located at: \Target\Demo\ARMCM3_STM32_Olimex_STM32P103_Keil\**Prog**\ide\. Once opened, select Project->​Rebuild all target files from the menu to compile all the demo program sources and link the together into the final executable.+When using Keil MDK, simply open the project from within uVision. The project file (stm32f103.uvprojx) is located at: \Target\Demo\ARMCM3_STM32F1_Olimex_STM32P103_Keil\**Prog**\ide\. Once opened, select Project->​Rebuild all target files from the menu to compile all the demo program sources and link the together into the final executable.
  
 The output file is The output file is
  
-  * \Target\Demo\ARMCM3_STM32_Olimex_STM32P103_Keil\**Prog**\bin\**demoprog_olimex_stm32p103.srec**+  * \Target\Demo\ARMCM3_STM32F1_Olimex_STM32P103_Keil\**Prog**\bin\**demoprog_olimex_stm32p103.srec**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\ARMCM3_STM32_Olimex_STM32P103_Keil\**Prog**\bin\**demoprog_olimex_stm32p103.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_Olimex_STM32P103_Keil\**Prog**\bin\**demoprog_olimex_stm32p103.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:​can_demo|Firmware updates using the CAN communication interface]]
   * [[manual:​sdcard_demo|Firmware updates from SD-card]]   * [[manual:​sdcard_demo|Firmware updates from SD-card]]
manual/demos/olimex_stm32p103_keil.txt · Last modified: 2023/12/04 22:20 by voorburg