Dear All, I have to append new feature to an existing project using msc121xwhen i tried to add a new char variable and compiled it shows... Address space Overflow space :xdata segment: Finally Target not created ... How to solve this problem, Any settings has to changed ?? Thanks in Advance ..
No way i can reduce the code.. No direct need to, either. That overflow is on data, not code. off chip code and off chip xdata is not selected That's your problem, most probably. Without these settings, how is the linker supposed to know your system has more XDATA ram than the on-chip size?