Revisit EEPROM-based Harp Register Functionality #121
Unanswered
Poofjunior
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it's worth revisiting behavior that needs to persist across device reboots (nonvolatile), and whether that's something we want.
Currently the Pico Core does not implement registers with features that require behavior that assumes nonvolatile memory (referred to as EEPROM in the protocol docs). This behavior is tied some behaviors attached to certain registers in the Harp Core.
Per the protocol spec for the RESET_EE bit in RESET_DEV,
This is actually quite difficult to implement per device, since functionality isn't strictly tied to the register location in memory by default.
(From Feb 27, 2025 meeting discussion.)
Beta Was this translation helpful? Give feedback.
All reactions