Where can I download the external loader source code of W25Q128 Nor Flash?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-04 9: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.
- Labels:
-
STM32Cube MCU Packages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-06 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-06 6:41 PM
These don't include the Winbond models on some of the DK
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-20 1:45 AM
Thanks, while there is no ready-made source code to modify, I will use MX25L512G as a reference to design my code
