Skip to content

Commit

Permalink
Merge pull request #83 from rkiuchi/master
Browse files Browse the repository at this point in the history
Add a description about data format
  • Loading branch information
xshi authored Mar 20, 2018
2 parents bb5c306 + 7f47150 commit 735be5e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/Firmware_v1.1.1_Info.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,27 @@ register but no effect)
| 16 | | (reserved)|



\[ **Data Format** \]

| Name | Description (Value) |
|:--:|:--|
| Frame Header | 0xaaaa_aaaa |
| Row Header (row 1) | 0xf [D31..D28], event_type [D27..D26], row_counter [D25..D20], 4bit counter [D19..D16], column_start [D15..D12], column_end [D11..D8], 00 [D7..D6], memory address [D5..D0] |
| Data (row 1) | ch2 [D31..D16], ch1 [D15..D0] |
| Data (row 1) | ch4 [D31..D16], ch3 [D15..D0] |
| Data (row 1) | ch6 [D31..D16], ch5 [D15..D0] |
| Data (row 1) | ch8 [D31..D16], ch7 [D15..D0] |
| Data (row 1) | ch10 [D31..D16], ch9 [D15..D0] |
| Data (row 1) | ch12 [D31..D16], ch11 [D15..D0] |
| Data (row 1) | ch14 [D31..D16], ch13 [D15..D0] |
| Data (row 1) | ch16 [D31..D16], ch15 [D15..D0] |
| Row Footer (row 1)| 0xe [D31..D28], row_start [D27..D22], row_end [D21..D16], 16bit frame counter [D15..D0], |
| Row Header (row 2) | ... |
| Data (row 2) | ... |
| Data (row 2) | ... |
| ... | ... |
| ... | ... |
| Row Footer (row 48)|
| Frame Footer | 0xf0f0_f0f0 |

0 comments on commit 735be5e

Please sign in to comment.