-
Notifications
You must be signed in to change notification settings - Fork 5
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
clarify dump bit behavior #6
clarify dump bit behavior #6
Conversation
Co-authored-by: Filipe Carvalho <[email protected]>
Refactor WhoAmI list to be tracked using schemas
Refactor documentation to markdown
I'm not sure if we need to have this part in the text, because reply to a WRITE message is part (bold) of the default communication. When written to 1, the device replies with a harp WRITE reply from this register, followed by a series of READ replies for all core and app registers, one reply per register. This bit is always read as 0. |
@filcarv right, but since writing to this message additionally includes one READ reply per register, it's unclear whether the default WRITE reply should happen at the beginning, the end, at any point, or even at all. |
Feedback from SRM meeting:
|
Addresses #5
Clarifies the behavior of what Harp devices do when the R_OPERATION_CTRL DUMP bit is written to.