2025-09-02 1:56 AM - last edited on 2025-09-02 4:04 AM by mƎALLEm
Today I bought a new NUCLEO-H563ZI board and downloaded the STM32CubeH5 main software package from www.st.com. But when I compile the example "STM32CubeH5 main \ Projects \ NUCLEO-H563ZI \ Applications \ NetXDuo \ Nx_UDP_Cho_Server" with IAR, it prompts that some files is missing. I had to download the missing files from elsewhere and put them in. Finally, the compilation passed, but after burning the out file into the board, the program could not run properly. After debugging, it was found that there was a DMA error in the Ethernet. I changed an other example to compile, burn, and debug. the same mistake. I don't know how to solve it. By the way the net cable and the led of the ethnet socket CN14 is ok. Can ST provide a complete examples package for the NUCLEO-H563ZI board?
Title edited by ST moderator to reflect the content of the post.
2025-09-02 3:24 AM
Hello @xxx1234567890
For complete examples for the NUCLEO-H563ZI board, please check the STM32CubeH5 GitHub repository:
https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H563ZI
This contains all ST-provided examples with proper files and configurations to avoid missing file issues.
BR