I have run this chip out of memory with a font array for an LCD and need a way to expand it. I'm sure there's a way to do it (perhaps using the external interface?) but I've never had to do it.
What kind of memory is appropriate for expanding the code memory bank? How do I tell Code Composer "This needs to go to the external memory, not internal"? How does the processor know how to run the code from external memory or fetch instructions from there?