2022-04-27 08:44 AM
2022-04-27 10:52 AM
You should be able to write an External Loader for whatever devices you choose for your board.
If you can access the memory device from BSP code you have for it, you can use that in a loader.
2022-04-28 03:29 AM
Thank for answer. I need a file with format .stldr for stmcubeIDE, correct? I can already write, read and erase the flash memory in my code, but how do I create this file for the external loader?