Part Number: TMS320F280049C
Hi,
Can I use VCU CRC to implement CRC-8-SAE J1850 (Polynomial: x8 + x4 + x3 + x2 + 1)?
Or I should use software to implement it?
thanks,
best regards,
Simen
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F280049C
Hi,
Can I use VCU CRC to implement CRC-8-SAE J1850 (Polynomial: x8 + x4 + x3 + x2 + 1)?
Or I should use software to implement it?
thanks,
best regards,
Simen
Simen,
The VCU CRC-8 polynomial is 0x7, which corresponds to x^{8}+x^{2}+x^{1}+1, which I believe corresponds to CRC-8-ATM. At present, this polynomial is fixed. Thus, you would have to use software to implement it.
Thanks,
Sira