STM32F10x execute application from SD card
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-04-11 12:40 PM
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
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-04-11 12:57 PM
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...
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2012-04-11 2:03 PM
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..
Up vote any posts that you find helpful, it shows what's working..
