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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/04/06 11:29
Read: times


 
Msg Score: -3
 -3 Didn't Search First
#117714 - internal eeprom writing and reading
hello everybody, i want to write data into internal eeprom of AT89s8252. i want to do it by writing a function which takes in two parameters
1. address inside the internal eeprom where data is to be stored.
2. data that is to be written into the above address.

i want to do it uisng c language. how can i specify the address in C language.
in assebly we can do it by movx @(a+dptr),#100
how can i write that expression in C language.
and how cna i read it similarly by mentioning the address.

please help me
narender

List of 6 messages in thread
TopicAuthorDate
internal eeprom writing and reading            01/01/70 00:00      
   This should be a good example            01/01/70 00:00      
   i used this code, but            01/01/70 00:00      
   search the forum            01/01/70 00:00      
      i did            01/01/70 00:00      
         Keil forum            01/01/70 00:00      

Back to Subject List