cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to used the nor flash s29gl512s as external loader? I use stm32f429ig.

ROLIVE
Associate II
 
2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ROLIVE
Associate II

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?