When i am try to read or program ic pm25lv512, first bite is always FF
"Writing EEPROM ... completed
Verifying EEPROM ...
Error verifying address 0000 (0), written 55, read FF
Error verifying address 0001 (1), written AA, read 55
Error verifying address 0002 (2), written 55, read AA"
original it was 55AA55AA in all space of rom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A 25LV512 is not a serial EEPROM like an ordinary 25512; it's a 3.3V 64K flash and has a different algorithm.
Right now it's not supported but you can try choosing the closest relative which is 25X10 (128K)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When i am try to read or program ic pm25lv512, first bite is always FF
"Writing EEPROM ... completed
Verifying EEPROM ...
Error verifying address 0000 (0), written 55, read FF
Error verifying address 0001 (1), written AA, read 55
Error verifying address 0002 (2), written 55, read AA"
original it was 55AA55AA in all space of rom
A 25LV512 is not a serial EEPROM like an ordinary 25512; it's a 3.3V 64K flash and has a different algorithm.
Right now it's not supported but you can try choosing the closest relative which is 25X10 (128K)