cancel
Showing results for 
Search instead for 
Did you mean: 

EEPROM read ( M24128 datasheet ) need any delay to read large number of bytes.

Sjerk
Associate

As per M24128 datasheet, to read data from memory i am using random access + sequencial read. But when i tried to read continuously 500 bytes it is hanging some where . so i tried as reading 250 bytes then i have give a small delay then reading next 250 bytes like this it is working fine . I am giving small delay after every 250 bytes read.

But as per data sheet it does not need any delay.

is it necessary to give a small delay to read a large number of bytes?????????

1 REPLY 1
VTaya
Associate II

look for your program flow pointer and check the response if thats goes all good than no need of any delay.