cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone have the external loader source files for the W25Q64JV on the STM32H743? If I have the driver file for the W25Q64 can I use the Dev_Inf and Loader_Src c and h files from another STM32H743 loader project?

PFlor.2
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..