Hello !
I creating a new design with LM4F controller and I don't understand - is it possible to load user program in sram and run it by stellaris boot loader ?
Or it can load only in flash memory region
Thank you
Best regards, Grigory
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello !
I creating a new design with LM4F controller and I don't understand - is it possible to load user program in sram and run it by stellaris boot loader ?
Or it can load only in flash memory region
Thank you
Best regards, Grigory
The LM4F bootloader in ROM can only load to flash.
You could create a customer boot loader that lives in flash and then loads something to RAM and runs it from there.
Dexter