Skip to main content
dimax
Associate III
November 23, 2025
Question

NUCLEO-H563ZI Factory Demo Image

  • November 23, 2025
  • 1 reply
  • 212 views

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

AScha.3
Super User
November 23, 2025

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""."
dimax
dimaxAuthor
Associate III
November 24, 2025
Thanks.
I can definitely see all related projects for NUCLEO-H563ZI, but it is not
clear which specific one was initially programmed on EVB.
Currently it blinks 3 leds one by one and I do not see the corresponding
project in Cube FW.
AScha.3
Super User
November 24, 2025

Try : new project..: select NUCLEO-H563ZI board

AScha3_0-1763981557008.png

+ give it a name ...H563-demo ...or so, then :

AScha3_1-1763981677747.png

check: generate demo..

...then try compile , debug...

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