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

Back to Subject List

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


 
#69462 - RE: eeprom simulation problem
Responding to: ???'s previous message
hi,

EEPROM of AT89S8252 is accessed like extended data memory; it is why you use MOVX.
Now, you have put constants into code memory segment. Well, perhaps it helps your programmer to recognize the EEPROM part of data during programming. But it is totally wrong for simulator because it does not know about that constants placed at code area at address 0x2000 and above are EEPROM data.
So please do not mix output hex/binary file format requested with programmer with memory format used with simulator.
So my suggestion: read http://www.keil.com/support/docs/2369.htm firstly and it explains you all you need.

Regards,
Oleg

List of 9 messages in thread
TopicAuthorDate
eeprom simulation problem            01/01/70 00:00      
   RE: eeprom simulation problem            01/01/70 00:00      
   RE: eeprom simulation problem            01/01/70 00:00      
      RE: eeprom simulation problem            01/01/70 00:00      
         RE: eeprom simulation problem            01/01/70 00:00      
   RE: eeprom simulation problem            01/01/70 00:00      
      RE: eeprom simulation problem            01/01/70 00:00      
      RE: eeprom simulation problem            01/01/70 00:00      
   RE: eeprom simulation problem            01/01/70 00:00      

Back to Subject List