Skip to main content
MCadu
Associate II
December 18, 2019
Question

Where can I download the Flash Loader sources from the STM32F7xx_QSPI.FLM (Keil uVision) to change the GPIO Pins? We want to integrate the Micron MT25QL512 Flash from the STM32F7x6_Eval Board into our circuit.

  • December 18, 2019
  • 4 replies
  • 1860 views

..

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
December 18, 2019

Should be patchable, state pin usage ​and clock specifics.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
MCadu
MCaduAuthor
Associate II
December 19, 2019

Hello and thanks for your fast anwering. But sorry I do not understand what do you mean with patchable. Is there a program to change the flash.flm file?

Tesla DeLorean
Guru
December 19, 2019

Modify the AXF/ELF file to use a different combination of pins. Wrote a program to do it for some of the ST loaders, being a guy who writes software.

Step One, is to understand the pins you're using and the clock sources the chip is run from.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
MCadu
MCaduAuthor
Associate II
December 20, 2019

Hello, thanks again. I will try to go throug the .axf file and try to find the relevant entries.

Tesla DeLorean
Guru
December 20, 2019

Or you could just enumerate the pins you are using so I don't have to guess what they are.

#UpHillSkiing

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
MCadu
MCaduAuthor
Associate II
January 6, 2020

Hello and a happy new year!

The pin enumeration:

NCS/PB6

CLK/PB2

IO0/PC9

IO1/PD12

IO2/PE2

IO3/PA1