External Loader works on STM32CubeProgrammer, but read operation returns incorrect data
Hi all.
I've created an external loader for a custom STM32H743 board with external W25Q64 FLASH (MCUDEV DevEBox H743).
The project works really well when I'm testing on CubeIDE.
When exported to .stldr inside CubeProgrammer I can upload a 1MB file to the external FLASH, but the returned data when reading is incorrect. It always shows 0x99999999 for all the data.
If I switched to another loader made by @Community member for the same board (view it here), data returned is as expected, so I'm pretty sure data has been written correctly.
What could be the problem? Read operation is managed directly by CubeProgrammer and dummy cycles are configured conform the datasheet. Any Idea?
Thanks in advance!
