Associate
April 30, 2026
Question
STM32H563ZIT6 external loader fail
- April 30, 2026
- 5 replies
- 193 views
I'm currently developing an external loader on STM32H563ZIT6 development board.
I'm facing an issue on programming with cube programmer in the image below

The problem I think might be linked to interrupt handler of systick.
I've attached the Loader_src.c file where I had developed the functions used by Cube Programmer; also attached the linker used.
The low level functions linked to XSPI communication are properly working, because I had tested in debug erasing and writing sectors.
I need help to figure out the problem.