User Tools

Site Tools


manual:demos:nucleo_l552ze_cubeide

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:nucleo_l552ze_cubeide [2021/06/15 11:35]
voorburg
manual:demos:nucleo_l552ze_cubeide [2023/04/26 22:48]
voorburg [Building the Demo Program]
Line 32: Line 32:
 ===== Building and programming the Bootloader ===== ===== Building and programming the Bootloader =====
  
-Before the bootloader can be used, it needs to be built and programmed into the STM32F429ZI'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 STM32L552ZE's internal flash memory. The steps in this section only need to be done once.
  
   - Set the project as the active project in Eclipse. This is achieved by clicking the **Boot** project in the //Project Explorer// to select it.   - Set the project as the active project in Eclipse. This is achieved by clicking the **Boot** project in the //Project Explorer// to select it.
-  - Delete the file \Target\Demo\ARMCM33_STM32L5_Nucleo_L552ZE_CubeIDE\**Boot**\Debug\**openblt_stm32l552.elf**. 
   - Next, right-click the **Boot** project in the //Project Explorer// and select //Refresh// from the popup menu.   - Next, right-click the **Boot** project in the //Project Explorer// and select //Refresh// from the popup menu.
   - Finally, right-click the **Boot** project in the //Project Explorer// and select //Build Project// from the popup menu to compile all the bootloader sources and link them together into the final executable.   - Finally, right-click the **Boot** project in the //Project Explorer// and select //Build Project// from the popup menu to compile all the bootloader sources and link them together into the final executable.
Line 49: Line 48:
  
   - Set the project as the active project in Eclipse. This is achieved by clicking the **Prog** project in the //Project Explorer// to select it.   - Set the project as the active project in Eclipse. This is achieved by clicking the **Prog** project in the //Project Explorer// to select it.
-  - Delete the file \Target\Demo\ARMCM33_STM32L5_Nucleo_L552ZE_CubeIDE\**Prog**\Debug\**demoprog_stm32l552.elf**. 
   - Next, right-click the **Prog** project in the //Project Explorer// and select //Refresh// from the popup menu.   - Next, right-click the **Prog** project in the //Project Explorer// and select //Refresh// from the popup menu.
   - Finally, right-click the **Prog** project in the //Project Explorer// and select //Build Project// from the popup menu to compile all the user program sources and link them together into the final executable.   - Finally, right-click the **Prog** project in the //Project Explorer// and select //Build Project// from the popup menu to compile all the user program sources and link them together into the final executable.
Line 55: Line 53:
 The output file is The output file is
  
-  * \Target\Demo\ARMCM33_STM32L5_Nucleo_L552ZE_CubeIDE\**Prog**\Debug\**demoprog_stm32f429.srec**+  * \Target\Demo\ARMCM33_STM32L5_Nucleo_L552ZE_CubeIDE\**Prog**\Debug\**demoprog_stm32l552.srec**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
manual/demos/nucleo_l552ze_cubeide.txt ยท Last modified: 2023/12/04 22:37 by voorburg