How can I run ARM code from external memory?

Posted by samoz on Stack Overflow See other posts from Stack Overflow or by samoz
Published on 2010-04-12T18:08:15Z Indexed on 2010/04/12 18:43 UTC
Read the original article Hit count: 194

Filed under:
|
|

I am using an LPC2132 ARM chip to develop a program. However, my program has grown larger than the space on the chip.

How can I connect my chip to some sort of external memory chip to hold additional executable code? Is this possible? If not, what do people normally do when they run out of chip space?

© Stack Overflow or respective owner

Related posts about arm

Related posts about embedded