Problem with STM32H750VBT6 controller with external W25Q128 QSPI memory.
Hi Clive.
I am running a project on the STM32H750VBT6 controller with external W25Q128 QSPI memory.
I need to write data to flash. Your bootloader:
https://github.com/cturvey/stm32extldr/blob/main/h7_w25q128/W25Q128_STM32H7XX-CUSTOM27.FLM
didn't work.
I decided to write my own. It works, but strangely. It works at first, then it can stop working
It can be cured by commenting out an unused function or changing the optimization type.
It works for a while, then it stops. And I have 2 identical boards. It works on one,
on the other it doesn't.
I ask for help. I am attaching my project. What could be the problem?
If not, can you fix your bootloader W25Q128_STM32H7XX-CUSTOM27.FLM ?
It doesn't work for me.



