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

Repeating last byte for all addresses #10

Open
8BitMark opened this issue May 2, 2020 · 2 comments
Open

Repeating last byte for all addresses #10

8BitMark opened this issue May 2, 2020 · 2 comments

Comments

@8BitMark
Copy link

8BitMark commented May 2, 2020

I'm having some difficulty with writing to the 256 eeprom. If I link pin 8 of the 74HC595 to GND the eeprom erases but won't write the test data. When I remove these the correct number of test bytes are written but they are all set to the value of the last byte of the test string. Any help would be appreciated.

@jfigge
Copy link

jfigge commented Aug 21, 2020

My guess is that you might be seeming the DataPolling output. This sets the data for all address to the last write value while the internal memory is being written. It should stop after about 10ms?

@TnnsBeast
Copy link

I am having this issue as well, did you manage to fix it?

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

3 participants