Forum : 8051
Original Post
Post Information | Post |
---|---|
August 15, 2008 - 8:49am
|
When i am doing LCD RTC program usind AT89S52, I got this Error.... Can any one help me to debug this ERROR ERROR 107 : ADDRESS SPACE OVERFLOW -SEGMENT: _DGROUP06_(MAIN) |
The DATA space is limited to 128 bytes, including the register banks.
You must declare some (try first the complex variables such as arrays, structures, ...) of your variables in another space: IDATA, XDATA,...