Search found 1 match

by david191624
Fri Dec 01, 2017 7:29 am
Forum: General Discussion
Topic: Micropython EEPROM write error
Replies: 1
Views: 4243

Micropython EEPROM write error

Dear , I am trying to write a simple program to test my I2C EEPROM(24LC01BI_SN), i use micropython to write 0 to 100 into EEPROM address from 0 to 100, after write success. I read back and check back the value , the value is incorrect in some address. E.g. address 10 should be contain 0x0a, but the ...