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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/02/01 09:10
Read: times


 
#12958 - RE: memory problem on keil...
xdata UINT16 yourvar _at_ 0xF000
Note the underscores surrounding "at" (it's not necessary to use "_at_" if you just want your variable in xdata)

Disable 'ANSI Integer Promotion' unless really required.

If you do need to use pointers, use memory-specific, rather than Generic. See the manual.




List of 8 messages in thread
TopicAuthorDate
memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      
RE: memory problem on keil...            01/01/70 00:00      

Back to Subject List