Skip to main content
Associate
March 5, 2024
Question

Where can I download the external loader source code of W25Q128 Nor Flash?

  • March 5, 2024
  • 4 replies
  • 3150 views

I found that the external loader of "STM32CubeProgrammer" includes "W25Q128JVEIQ_STM32F746G-DISCO.stldr" and "W25Q128JVEIQ_STM32F7508-DK.stldr", but please tell me where I can download the source code of these two external loaders? Because I want to modify it according to the pins of the STM32 development board and add it to my project.

W25Q128 external loader.png

 

 

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
March 5, 2024

I'm not sure ST has published their source for these. Other examples can be found on Github.

What STM32 family are you using,and what are your QSPI pin assignments?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
ST Employee
March 6, 2024

Hello @lucky_jeck ,

You can refer to this github repository contains the Flashloaders source code of external memories embedded in STM32F7 HW boards.

BR

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Tesla DeLorean
Guru
March 7, 2024

These don't include the Winbond models on some of the DK

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