Hi, I have a made a code for testing a hardware board.The code on compilation generates an error code of L107 Address space overflow.After searching through the KEIL forum I came to know that once you define XDATA for all variables (including global variables),this error can be avoided.How to define XDATA and where?Please mail me & thanks in advance.
You understand what the word "overflow" means - don't you?
"once you define XDATA for all variables (including global variables), this error can be avoided"
That obviously depends on how much XDATA you have - doesn't it?
"How to define XDATA and where"
You managed to search the forum - how about also searching the C51 Manuals - it's all in there!