Replies: 1 comment
-
I believe you have an off-by-one error in the code. You created a fake EEPROM w/512 bytes from 0...511, but are then trying to read/write address 512 which is out of bounds. Try making |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I do use the EEPROM Emulation to store Data on my RP2040. At the beginning, it is checked if an EEPROM State Flag is correct (basically a version number of the EEPROM content). This Flag hardware coded before Firmware Upload. It basically says If Flag != Flag in EEPROM -> Flush EEPROM.
However, it seems that I can't write to the EEPROM at all, the function is called over and over again.
The OUTPUT however is the following
Beta Was this translation helpful? Give feedback.
All reactions