In serial EEPROM can i write the data in different locations or it should be written in sequence?
For example,
If i write the first data - 0x05 in location 0x0000, can i write the second data in 0xF000 or should i write the second data in 0x0001.
Thank you.
I had solved the problem.