EEPROM question.
BTX
Posts: 674
Hi all, I'm back again.
I'm stuck on this....
If I change, my 24LC256 eeprom in my pchip board for a 24LC512, can I read and write addresses until $FFFF using the Basic_I2C_Driver.spin code ? Or I need some special code for this ?
Thx in advance.
Alberto.
I'm stuck on this....
If I change, my 24LC256 eeprom in my pchip board for a 24LC512, can I read and write addresses until $FFFF using the Basic_I2C_Driver.spin code ? Or I need some special code for this ?
Thx in advance.
Alberto.
Comments
If you try to read higher than $7FFF on a 24L256 it wraps around and reads from a lower address. The 24LC512 will read from the actual address.
I have a program that tests EEPROM size by checking if this wrap around occurs or not.