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

why address space overflow for displaying strings on lcd

i have done programming for displaying string on lcd i got a problems when i have displayed more than 4 strings.
when i compiled the program i got error as shown below .
I have C51 keil uvision software.

Build target 'Target 1'
compiling hgbmenu.c...
HGBMENU.C(41): warning C280: 'check': unreferenced local variable
linking...
*** ERROR L107: ADDRESS SPACE OVERFLOW
SPACE: DATA
SEGMENT: _DATA_GROUP_
LENGTH: 0033H
Program Size: data=143.0 xdata=0 code=2963
Target not created

if any one have answer reply me.