2021-02-20 02: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.
2021-02-20 05: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.
2021-02-20 06:17 AM
Is it possible ? YES
Some tips source example exist in folder stlink or programmer external loaders...