Part Number: LAUNCHXL-F280039C
Hi,
I'm trying to use an Encoder using BissC standard. Browsing the example file bissc.c and bissc.h, the polynomial for the CRC can be seen:

In both cases, the polynomial (x^6 + x + 1 and x^4 + x + 1) turns out to be 0x03, how is this value calculated? I have also looked at the library reference in https://www.ti.com/lit/ug/tidue73/tidue73.pdf?ts=1662027188958&ref_url=https%253A%252F%252Fwww.ti.com%252Ftool%252FBOOSTXL-POSMGR but I have not seen any reference to this calculation.
In my case, the used encoder uses the polynomial P(x) = x8 + x7 + x4 + x2 + x1 + 1.
Thanks and regards