I am using M24M01eeprom. I am not able to read memory locations above 64k.
I used 7bit device address as 0x51. considering A16 bit as 1 for above 64k memory locations.
I am able to write though. and I confirmed it by writing to above 64k memory locations and reading it by using 7bit device address as 0x50 and doing sequential read starting at 0xFFFF and continued reading further.
but if I use address as 0x51 and start reading at location 0x010000(mem address in 16bit will be 0x0000) then I am not getting the data.
