harp-tech / protocol

Description of the Harp protocol.
https://harp-tech.org/protocol/BinaryProtocol-8bit.html
MIT License
3 stars 5 forks source link

clarify dump bit behavior #6

Closed Poofjunior closed 6 months ago

Poofjunior commented 9 months ago

Addresses https://github.com/harp-tech/protocol/issues/5

Clarifies the behavior of what Harp devices do when the R_OPERATION_CTRL DUMP bit is written to.

filcarv commented 8 months ago

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.

Poofjunior commented 8 months ago

@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.

glopesdev commented 6 months ago

Feedback from SRM meeting: