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.
I don't see EEPROM_RdByte().
"... and read the data from same location, no output."
What does "no output" mean?
Thank you.
I had solved the problem.