Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/19/04 15:59
Read: times


 
#68802 - LPC923 C51 and Array Amount in a Progr.
Hi, I am usign the LPC932 and the C51 uvision2 compiler. I have a program where I need to include about 10 strings of info. stored in an array each of them...for instance char ent []= "Enter";. For some reason the compiler lets me declare only six of these strings or arrays. If I include a 7 array then it gives me this:

ERROR L107: Address space overflow
Space: DATA
Segment: ?DT? MAIN
LENGTH: 0061H

and then ignores all functions
I looked on the error code list and
ERROR L107 means:

ADDRESS SPACE OVERFLOW:

The specified segment cannot be located at the specified address space. The segment is ignored.

How can I fix this? Or what do I need to do in order to declare more arrays.
I am usign the EPM900 emulation board and the software goes only to 4k.
Thanks



List of 8 messages in thread
TopicAuthorDate
LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
   RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
      RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
   RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
      RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
      RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
         RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      
            RE: LPC923 C51 and Array Amount in a Progr.            01/01/70 00:00      

Back to Subject List