cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I find source and project files for the external loaders used in STM32CubeProgrammer?

Klaus Roy
Associate

I have a project using a STM32H750 and an external quadSPI flash memory MT25QL128A. I can find an external loader using the STM32H750 and another loader using a larger version of the flash memory, so I thought it should be possible to merge the two loaders to one that suited my setup. But it requires the source and project files for the loaders, and only a few - five - are available with the STM32CubeProgrammer download. So my question is: Where do I find the required files?

Regards,

Klaus Roy-Poulsen

2 REPLIES 2

Got to write your own based on the templates, and your own BSP.

Source for many of the loaders isn't provided because they use an SPL that ST claim doesn't exist.

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

KRoy: I've been struggling with this for some time too. I finally got a loader working for my STM32H750, but right now it only works with the IAR7 IDE (free one). Here is the thread.

https://community.st.com/s/question/0D50X0000CArtpvSQB/trying-to-write-an-stlink-qpsi-driver-for-serial-nor-device

will