Topic : ERROR 107 : ADDRESS SPACE OVERFLOW -SEGMENT: _DGROUP06_(MAIN)

Forum : 8051

Original Post
Post Information Post
August 15, 2008 - 8:49am
Guest

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)

Replies
Post Information Post
+1
0
-1
August 19, 2008 - 11:11am
Guest

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,...