Skip to content

Software not writing to EEPROM #31

Answered by TomNisbet
sirquackiii asked this question in Q&A
Discussion options

You must be logged in to vote

It appears that your serial communication problem is solved. What was the issue?

Given that all of the data is coming back as FF, I suspect that the chip is still locked. Once unlocked, it is ridiculously easy to write something to the chip, even by accident. Ben's design ties the WE line to the D13 line of the Arduino and that is used to flash the LED at boot, so you could even see stray bytes written by that if the chip were unlocked.

The problem is unlikely to be timing because the sketch unlock code is well within the specs for all of the chips I've seen. It is possible that you have an address or data line swapped, unconnected, or shorted. That would mean that the chip wouldn't see t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sirquackiii
Comment options

@sirquackiii
Comment options

@TomNisbet
Comment options

Answer selected by TomNisbet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants