User Tools

Site Tools


manual:demos:nucleo_f767zi_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
manual:demos:nucleo_f767zi_gcc [2019/06/07 15:39]
voorburg [Building and programming the Bootloader]
manual:demos:nucleo_f767zi_gcc [2023/12/04 22:30] (current)
voorburg [Supported firmware update interfaces]
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 ​     ​^ Modbus RTU   
-| Yes            | No              | No           ​| Yes          | No           |+| Yes           ​| No             ​| No          | Yes         ​| No           ​| ​No           | 
  
 ===== Development Environment ===== ===== Development Environment =====
Line 55: Line 56:
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
  
-To build the user program, open a command prompt in directory **\Target\Demo\ARMCM7_STM32F7_Nucleo_F746ZG_GCC\Prog\** and run the command:+To build the user program, open a command prompt in directory **\Target\Demo\ARMCM7_STM32F7_Nucleo_F767ZI_GCC\Prog\** and run the command:
  
 <​code>​ <​code>​
Line 66: Line 67:
 +++ Cleaning build environment +++ Cleaning build environment
 +++ Clean complete +++ Clean complete
-+++ Assembling [startup_stm32f746xx.s]++++ Assembling [startup_stm32f767xx.s]
 +++ Compiling [timer.c] +++ Compiling [timer.c]
 +++ Compiling [main.c] +++ Compiling [main.c]
 ... ...
-+++ Linking [demoprog_stm32f746.elf]++++ Linking [demoprog_stm32f767.elf]
 ... ...
-+++ Build complete [demoprog_stm32f746.srec]++++ Build complete [demoprog_stm32f767.srec]
 </​code>​ </​code>​
  
 The output file is: The output file is:
  
-  * \Target\Demo\ARMCM7_STM32F7_Nucleo_F746ZG_GCC\**Prog**\bin\**demoprog_stm32f746.srec**+  * \Target\Demo\ARMCM7_STM32F7_Nucleo_F767ZI_GCC\**Prog**\bin\**demoprog_stm32f767.srec**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\ARMCM7_STM32F7_Nucleo_F746ZG_GCC\**Prog**\bin\**demoprog_stm32f746.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\ARMCM7_STM32F7_Nucleo_F746ZG_GCC\**Prog**\bin\**demoprog_stm32f767.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:net_demo|Firmware updates using the TCP/​IP ​communication interface]]
  
  
manual/demos/nucleo_f767zi_gcc.1559914759.txt.gz · Last modified: 2019/09/24 22:13 (external edit)