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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/29/00 06:03
Read: times


 
#7585 - Need help in SFR access
Currently, I am using the Keil C complier and the DS5000T from Dallas.
In the MCU, it has two SFRs in 0xC6 and 0XC7 address.
When I tried to use the integer pointer to the address, the compiler posts an error on it. Anyone knows how to address the two SFR using Keil C?
Code as follow :

int *MCON,*TA;
.
.
MCON = 0x0C6;
TA = 0x0C7;
.

Thanks in advance.


List of 4 messages in thread
TopicAuthorDate
Need help in SFR access            01/01/70 00:00      
RE: Need help in SFR access            01/01/70 00:00      
RE: Need help in SFR access            01/01/70 00:00      
RE: Thank you!            01/01/70 00:00      

Back to Subject List