cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F10x execute application from SD card

itanium7000
Associate II
Posted on April 11, 2012 at 21:40

Hi everybody,

I'm new in STM32/Cortex M3.

Common

ly I create an application then write to chip's flash. Now, if I want to create an application stored in SD card then run that application. What the way for MCU do that?

Thanks in advance!

#stm32
2 REPLIES 2
Andrew Neil
Evangelist
Posted on April 11, 2012 at 21:57

You would have to load the application from the SD Card into Flash, and then run it from there...

Posted on April 11, 2012 at 23:03

Or you could have it load it to RAM and run it from there too.

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