cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H563ZI Factory Demo Image

dimax
Senior

Hi.

How can I build the Demo FW initially running on NUCLEO-H563ZI ?
The is a number of projects in Cube under

STM32Cube_FW_H5_V1.5.0\Projects\NUCLEO-H563ZI

but it is not clear which one is the factory used to initially program the board.

Thanks.

 

1 REPLY 1
AScha.3
Super User

Hi,

see

https://device.report/m/e5cf025ea1f8bc4666887b22fd0bf5281cba951a64d6c53f10a5fd2773627a51.pdf

+

 

The demonstration firmware and additional software examples are available in the STM32Cube MCU Package for the H5 series.

If you need to restore the original demonstration firmware on your NUCLEO-H563ZI:

  • Download the latest STM32Cube MCU Package for the H5 series from www.st.com.
  • Locate the demonstration firmware within the package.
  • Use a supported development toolchain (such as STM32CubeIDE, IAR Embedded Workbench, or Keil MDK-ARM) to program the board with the demonstration firmware.

 

But need full package, not on git ! here: 

https://www.st.com/en/embedded-software/stm32cubeh5.html#get-software

 

So just see in Cube the avail packages...

 

1. Location of Demonstration Firmware in the H5 Package

The demonstration firmware is included within the STM32 firmware package as a subfolder named 'Demonstration'. After you extract the .zip file (for example, STM32 Nucleo_FW_VX.Y.Z), you will find the 'Demonstration' folder inside the main directory, alongside other folders such as 'Template project', 'Example project', and 'Applications'. The 'Demonstration' folder contains the demonstration firmware ready to be run.


2. Directory Structure of the STM32H5 Firmware Package

When you extract the STM32H5 firmware package, the directory structure typically looks like this:

  • STM32 Nucleo_FW_VX.Y.Z/
    • Demonstration/ (contains demonstration firmware)
    • Template/
    • Example/
    • Applications/

The 'Demonstration' subfolder is where you will find the demonstration projects for the STM32H5 series.


3. How to Locate and Use the Demonstration Firmware

  1. Download the STM32H5 firmware package from the official STMicroelectronics website.
  2. Extract the .zip file to your preferred location.
  3. Navigate to the extracted folder (e.g., STM32 Nucleo_FW_VX.Y.Z).
  4. Open the 'Demonstration' subfolder to access the demonstration firmware projects.

Summary

To locate the demonstration firmware within the STM32H5 package, extract the firmware .zip file and look for the 'Demonstration' subfolder in the main directory. This folder contains the ready-to-run demonstration firmware.

If you feel a post has answered your question, please click "Accept as Solution".