We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using the Keil IDE programming in C. I want to be able to split my code between micro internal and external memory. Some functions on chip, some off. I tried using the #pragma (I get a choice of SMALL,COMPACT,LARGE)but when I link the code it says I have incompatible memory models. What can I do?