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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/09/04 14:36
Read: times


 
#80796 - RE: Keil and pointer to external bus
Responding to: ???'s previous message
hi,

How can i set the address of a pointer to a specific address in external memory area?

something like that:
unsigned char xdata display _at_ 0x8000;
Also note, that if you use the _at_ keyword to declare a variable that accesses an XDATA peripheral, you may require the volatile keyword to ensure that the C compiler does not optimize out necessary memory accesses.

Regards,
Oleg

List of 6 messages in thread
TopicAuthorDate
Keil and pointer to external bus            01/01/70 00:00      
   RE: Keil and pointer to external bus            01/01/70 00:00      
   RE: Keil and pointer to external bus            01/01/70 00:00      
   RE: Keil and pointer to external bus            01/01/70 00:00      
      oh, pointer            01/01/70 00:00      
   RE: Keil and pointer to external bus            01/01/70 00:00      

Back to Subject List