User Tools

Site Tools


manual:demos:nucleo_f207zg_iar

Differences

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

Link to this comparison view

Next revision
Previous revision
manual:demos:nucleo_f207zg_iar [2023/05/19 13:37]
voorburg created
manual:demos:nucleo_f207zg_iar [2023/12/04 22:22] (current)
voorburg [Supported firmware update interfaces]
Line 3: Line 3:
 ===== Supported firmware update interfaces ===== ===== Supported firmware update interfaces =====
  
-^ RS232          ^ CAN             ​^ USB          ^ TCP/​IP ​      ​^ SD-card ​     ^ +^ RS232         ​^ CAN            ^ USB         ​^ TCP/​IP ​     ^ SD-card ​     ​^ Modbus RTU   
-| Yes            | No              | Yes          | Yes          | No           |+| Yes           ​| No             ​| Yes         ​| Yes         | No           | No           |
  
 ===== Development Environment ===== ===== Development Environment =====
Line 20: Line 20:
 Before the bootloader can be used, it needs to be built and programmed into the STM32F207'​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 STM32F207'​s internal flash memory. The steps in this section only need to be done once.
  
-When using IAR EWARM, simply open the workspace from within the Embedded Workbench. The workspace file (stm32f207.eww) is located at: \Target\Demo\ARMCM4_STM32F4_Nucleo_F429ZI_IAR\**Boot**\ide\. Once opened, select //​Project->​Rebuild All// from the menu to compile all the bootloader sources and link them together into the final executable.+When using IAR EWARM, simply open the workspace from within the Embedded Workbench. The workspace file (stm32f207.eww) is located at: \Target\Demo\ARMCM3_STM32F2_Nucleo_F207ZG_IAR\**Boot**\ide\. Once opened, select //​Project->​Rebuild All// from the menu to compile all the bootloader sources and link them together into the final executable.
  
-The bootloader program is now ready to be programmed into the internal flash memory of the STM32F429. Select //Project -> Download and Debug (Ctrl+D)// from the menu to flash the bootloader program. Once done, you can start the bootloader program by selecting //Debug -> Go (F5)// from the menu.+The bootloader program is now ready to be programmed into the internal flash memory of the STM32F207. Select //Project -> Download and Debug (Ctrl+D)// from the menu to flash the bootloader program. Once done, you can start the bootloader program by selecting //Debug -> Go (F5)// from the menu.
  
 Alternatively,​ you can use your favorite programmer to flash the bootloader using one of the following files, depending on what file type your programmer supports: Alternatively,​ you can use your favorite programmer to flash the bootloader using one of the following files, depending on what file type your programmer supports:
manual/demos/nucleo_f207zg_iar.1684496253.txt.gz · Last modified: 2023/05/19 13:37 by voorburg