Hi TI experts,
Can UCD let customer change/define pec/crc algorithm? Can I use FW calculation to in stead of HW calculation for PEC/CRC ? Do you have any sample code? thanks.
ex:
Case 1: (What UCD produced)
[S] B0 Write 79 [S] B1 Read 00 00 D4 NACK [P]
Case 2: (Get it from a 3rd party PSU)
[S] B0 Write 79 [S] B1 Read 00 00 81 NACK [P]
- Poly 0x07 is represent the caculation of f(x) = x^8 + x^2 + x^1 + x^0.