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

Accessing data in code space

Hi, I'm using c to write a program for the 8051 (SiLabs IDE/KEIL). As I understand it there are 4 banks of 32k, Bank 0 is where my program is stored and the other banks I have used to store static data which my program needs to access (read only). I've checked that the other banks contain the data which I have downloaded via the IDE, but how do I access it from with my C program... I've tried many methods, any help would be greatly appreciated!