Question
How to execute code from external SRAM?
Posted on May 26, 2016 at 06:09
Hello,I'm just starting with cortex-m3 and with gnu arm toolchain
Myquestion may be stupid.
What I wanted to ask:
1.I know that during the development it is posible to keep everythingcode and data in SRAM and not to program FLASH.Because the internal SRAM in the Cortex-m3 is 64KB max it may not bebig enough.Is it posible to program External SRAM ?
2. Is it posible to program internal Flash ? Andhow to do that if yes? What is the sequence of commands in GDB?
3.Is it posible to program external FLASH ?Many thanks
