Skip to main content
Visitor II
June 18, 2019
Question

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

  • June 18, 2019
  • 1 reply
  • 668 views

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?????????

    This topic has been closed for replies.

    1 reply

    Visitor II
    June 18, 2019

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