STM32h743 external loader
- April 6, 2026
- 1 reply
- 235 views
I am using STM32h743XIH6 MCU with qspi flash MT25QL512ABB8ESF-0SIT same as STM32H743I-EVAL. when i try to load data to qspi flash using STM32CubeProgrammer and loader MT25TL01G_STM32H743I-EVAL.stldr provided by ST, data read/write working without any on eval board. But when i try the same in my custom board with same configuration it is not working.
In my custom board if I erase and read flash content i am getting data as shown in QspiFlashMemoryErase.png
When i write data and read it back, i am getting data as shown in QspiFlashMemoryDataWrite.png
Data is being written correctly on every even bytes, but all odd number bytes are wrong and always showing as 0x99
I have chechked all signals on scope, all signals are coming.
i have replaced the flash IC, just to confirm IC functionality, but still not working.
