Associate III
August 27, 2019
Question
STM32 External Loader
- August 27, 2019
- 2 replies
- 1588 views
Hello everyone,
I am developing a project with STM32F750N8 using Keil IDE, JLink Edu debugger.
Also using W25Q128 QSPI Flash. I want to load my hex to the qspi flash and run the software from there (with memory mapped mode).
I build a BSP Library that can hadle read, write, init, sector (64KB) and full chip erase, enabling memory mapped mode. Tested every function and no problem.
But somehow my external loader project not working. I cant program my board with external loader.
I attached my project folder.
What should i do?
