Associate III
January 12, 2021
Question
STM32F3 External loader SPI flash based
- January 12, 2021
- 7 replies
- 3021 views
I am trying to develop an external loader for an SPI Nor flash and i am not being able.
All the documentation is referred to QSPI. In the TouchGFX documentation the S25FL032P_STM32G071B-NUCLEO.stldr loader is mentioned for this purpouse. However, i could not find the source of this project to serve as example.
Finally, i have tried to develop my own loader and the testing of the flash is correct, but if i try to use it through CubeProgrammer it fails. The log file changes a lot with small changes in the code...I have tried to only fill the Init() function and left blank the EraseSector and Write functios and even in those cases the log file shows that the EraseSector has failed...
I would really appreciate any help!

