2023-05-05 12:49 PM
I seen several loader project at this git hub locations but non are for the W25Q64 NORFlash with the STM32H743.
https://github.com/STMicroelectronics/stm32-external-loader
I have driver file already for the W25Q64 that I'm debugging a few issues now. Once I have those resolved can I create an external loader using these and the Dev_Inf and Loader_Src .c and .h file from another STM32H743 project to build an external loader or do they need to be modified for the specific NORFlash device as well?
If not does anyone have the loader source file need for this device?
Solved! Go to Solution.
2023-05-05 02:52 PM
Yes, having a working BSP is a good starting point for building/porting an external loader. That way you can debug more easily. Debugging an external loader can be a challenge, best course there is to instrument using functionality of your board (uarts, leds, etc) so you can understand what's happening.
Related Thread, so I can find it later.. https://community.st.com/s/question/0D53W00002FbsKwSAJ/writing-and-reading-to-external-norflash-using-quadspi-on-stm32h743-mcu-and-successfully-test-erase-write-and-read-the-flash-a-few-days-ago-but-now-only-read-works-what-could-cause-the-erase-and-write-command-to-not-fail-but-not-work-either
2023-05-05 02:52 PM
Yes, having a working BSP is a good starting point for building/porting an external loader. That way you can debug more easily. Debugging an external loader can be a challenge, best course there is to instrument using functionality of your board (uarts, leds, etc) so you can understand what's happening.
Related Thread, so I can find it later.. https://community.st.com/s/question/0D53W00002FbsKwSAJ/writing-and-reading-to-external-norflash-using-quadspi-on-stm32h743-mcu-and-successfully-test-erase-write-and-read-the-flash-a-few-days-ago-but-now-only-read-works-what-could-cause-the-erase-and-write-command-to-not-fail-but-not-work-either