2019-11-11 08:19 AM
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
2019-11-11 09:14 AM
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.
2020-04-19 02:31 PM
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.
will