2024-03-04 09:28 PM
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.
2024-03-04 10:19 PM - edited 2024-03-04 10:47 PM
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?
2024-03-06 03:32 PM
Hello @lucky_jeck ,
You can refer to this github repository contains the Flashloaders source code of external memories embedded in STM32F7 HW boards.
BR
2024-03-06 06:41 PM
These don't include the Winbond models on some of the DK
2024-03-20 01:45 AM
Thanks, while there is no ready-made source code to modify, I will use MX25L512G as a reference to design my code