2018-08-15 12:34 AM
Hello.
I have a problem with external eeprom.
In my codes, I can read multiple datas in one time. I can't change. But I want to read/write it continous time.
How can solve this problem?
2018-08-15 01:53 PM
Check the datasheet of the EEROM, you will see the methods of reading data.
there you should find the continuous read method.
2018-08-15 02:07 PM
I2C EEPROM devices often have page level limitations, both restricting maximal length, and if spanning pages.