2019-06-17 10:55 PM
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?????????
2019-06-17 11:00 PM
look for your program flow pointer and check the response if thats goes all good than no need of any delay.