??? 11/15/07 13:43 Read: times |
#147013 - Misunderstanding Responding to: ???'s previous message |
Andy Neil said:
How will that allow you to define more variables?!
If your XDATA space is full, then it's full - defining absolute addresses will not magically create extra memory locations! I meant to say that my internal RAM is filled up . my 32k external RAM is not running out of memory. so i am planning to use the _at_ keyword to define variables in the expanded ram. if i use xdata with external ram switched off( through AUXR ) than would i be using the Expanded RAM ( 768 bytes in my case) ? Andy Neil said:
Have you not configured the tools to use the external XDATA RAM?
Have you enabled the Data Overlaying I dont have a clue about configuring the KEIL Uvision 2, are you talking setting the memory model. i am googling about data overlaying. |