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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/17/08 08:25
Read: times


 
#155967 - P89C51RD2BN MEMORY MODEL
in my project, i am using p89c51rd2bn.
i am using character arrays to display messages on lcd. whenever i increase the size of any array and try to build the target (KEIL UV2), following message is displayed:
****ERROR 107: ADDRESS SPACE OVERFLOW
SPACE: DATA
but this message is not displayed, if the arrays are limited to smaller size.
how to remove the error?



List of 17 messages in thread
TopicAuthorDate
P89C51RD2BN MEMORY MODEL            01/01/70 00:00      
   look up the "code" keyword in the manual            01/01/70 00:00      
      look up the "xdata" keyword in the manual            01/01/70 00:00      
         the whole manual might be worth reading... ;-)            01/01/70 00:00      
   look up the word "overflow" in a dictionary            01/01/70 00:00      
      ???????????????            01/01/70 00:00      
         Explanation            01/01/70 00:00      
            about the size of data memory            01/01/70 00:00      
               Arrays            01/01/70 00:00      
         is this caused by the model?            01/01/70 00:00      
   Re: Little more information            01/01/70 00:00      
   Problem Solved            01/01/70 00:00      
      IDATA - beware            01/01/70 00:00      
         why not XDATA            01/01/70 00:00      
   external memory??????            01/01/70 00:00      
      yes, you are            01/01/70 00:00      
         more confusing terminology...            01/01/70 00:00      

Back to Subject List