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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/13/05 06:59
Read: times


 
#93373 - Also Tried
Responding to: ???'s previous message
using SDCC here..

declared a variable:

xdata at 0x0 EEPROM[2048];


then in the code:

Write:
e.g.

EECON=0x02;
EEPROM[5]=128;
EECON=0;

Read:
e.g.

EECON=0x02;
MyData=EEPROM[5];
EECON=0;



List of 5 messages in thread
TopicAuthorDate
AT89c51ED2 EEPROM problem.            01/01/70 00:00      
   what is this            01/01/70 00:00      
      re:what is this.            01/01/70 00:00      
   Also Tried            01/01/70 00:00      
      So..            01/01/70 00:00      

Back to Subject List