Skip to main content
MLair.1
Associate III
December 16, 2021
Question

Where could I find the sources of each external loader ? I have a Serial NOR Flash Memory MT25QL512ABB which is already implemented with different MCU's but not mine, I wanted to get the sources of an other MCU and to porte it to my MCU STM32H7B3xx.

  • December 16, 2021
  • 2 replies
  • 874 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 16, 2021

ST has only selectively released examples, and they have a github for some which may or may not reflect those that ship

https://github.com/STMicroelectronics/stm32-external-loader

And I have binaries for ones I've built. I do have some built for H7 OCTOSPI platforms (ie H7Ax/Bx,H72x/3x), but I'd need to check the Winbond/Micron mixes I tested on the NUCLEO ZIF sockets.

https://github.com/cturvey/stm32extldr

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Houda GHABRI
ST Employee
January 12, 2022

Hi @Maël Lair​ 

You can start from G4 Board external loader located here, it's using same Flash.

Hope this helps you.

Houda