This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TROUBLE SPLITTING CODE FOR C251

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?

0