Calculates a running error correcting code. For each new byte applied to the input pins, calculates a running longitudinal redundancy code.
Supply a byte to ui_in
, read the LRC on uo_out
. Keep feeding it bytes and you'll keep getting new LRC codes. Code resets when the chip resets.
No external hardware needed.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Input Bit 0 | Output Bit 0 | |
1 | Input Bit 1 | Output Bit 1 | |
2 | Input Bit 2 | Output Bit 2 | |
3 | Input Bit 3 | Output Bit 3 | |
4 | Input Bit 4 | Output Bit 4 | |
5 | Input Bit 5 | Output Bit 5 | |
6 | Input Bit 6 | Output Bit 6 | |
7 | Input Bit 7 | Output Bit 7 |