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?