Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T24C64 (using 24LC64 I2C) page write buffer is only 32 bytes #11

Open
pretorhv opened this issue Jun 9, 2022 · 2 comments
Open

T24C64 (using 24LC64 I2C) page write buffer is only 32 bytes #11

pretorhv opened this issue Jun 9, 2022 · 2 comments

Comments

@pretorhv
Copy link

pretorhv commented Jun 9, 2022

Hi,

Newbie - treat with suspicion.

I am using eeprom_i2c to write a JSON encoded config (similar to your example), and it seems to write only 32 bytes out of every 128 using either slicing or readwrite. The 24LC64 datasheet states the pagewrite buffer is 32 bytes.

Henk

@peterhinch
Copy link
Owner

The first step is to run the test script. You'll need to change this line to match your chip and this line for chip and I2C number. The first test to run is test(). Then try the filesystem based tests.

Your chip is a supported device so these tests have been run successfully.

@peterhinch
Copy link
Owner

There was a bug which was probably causing your problem. Please try the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants