Skip to main content
Klaus Roy
Visitor II
November 11, 2019
Question

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

  • November 11, 2019
  • 2 replies
  • 739 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
November 11, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
willcfj
Associate III
April 19, 2020

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