2026-05-05 3:25 AM - edited 2026-05-05 3:52 AM
Hi all,
I've developed an external loader for STM32H563ZIT6 nucleo board for W25Q128JV external memory.
I've followed the ST guide on how to implement it and it's currently working on cube programmer:
verified mass erase, download of a .hex file, verify through data read and everything is ok.
When I load the external loader into the debugger section of my main program, flagging initialize and enable flags, the debugger gives me errors; attached the .txt file with the console log.
I've added a gpio pin on the init() function of the loader to check if the init starts when loading through debugger, but the led have never tourned on.
Can someone please give me a hand to solve this problem?
Thanks