HCS08 EEPROM. Wait time after write?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HCS08 EEPROM. Wait time after write?

1,615 Views
AndersJ
Contributor IV

Is it necessary to wait after writing a byte to the internal EEPROM,

before it is read, or another byte is written?

If yes, where is this detailed in the datasheet?

 

If the Processor Expert EEPROM bean is used, does the bean take care of the timing?

 

Thanks,

Anders J

Labels (1)
0 Kudos
Reply
1 Reply

733 Views
ProcessorExpert
Senior Contributor III

Hello,

 

IntEEPROM bean handles the timing of programming/erasing automatically, so the user doesn´t need to take care of the timing and he/she can just focused on wirting his own application.

Otherwise you must wait to end of program/erase process to work with EEPROM device propely. You can find more deatiled information in about program/erase time in "Table 4-12. Program and Erase Times" in HCS08DZ128 reference manual.

 

best regards
Vojtech Filip
Processor Expert Support Team

0 Kudos
Reply