Custom loader internal & qspi possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-20 2:21 AM
Is it possible to write a custom loader (.stldr) for internal and external (qspi) flash? If so, any tips?
I'm following this guide:
This is a touchgfx application with images in qspi and code running from internal flash on a STM32H743ZI.
- Labels:
-
QSPI
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-20 5:28 AM
The loaders for STM32 Cube Programmer / ST-LINK Utilities are single task, and ST already knows how to program the internal memories in its devices.
The problem comes with random pining and parts chosen by the end-user, quite a lot of unknown-unknowns
Suggest as a starting point you write application code that can read, erase and write your QSPI device as attached on your board, and test that extensively.
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
‎2021-02-20 6:17 AM
Is it possible ? YES
Some tips source example exist in folder stlink or programmer external loaders...
