2025-11-23 7:01 AM
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.
2025-11-23 8:35 AM - edited 2025-11-23 9:01 AM
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:
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...
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.
When you extract the STM32H5 firmware package, the directory structure typically looks like this:
The 'Demonstration' subfolder is where you will find the demonstration projects for the STM32H5 series.
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.