Other Parts Discussed in Thread: TMS320F28069
i am working to calculate CRC-16 (poly-0X8005) with VCU unit present in TMS320F28069.
When i am using the assembly routine given in "Control suite by TI" to calculate crc i get the result like this website
i have an existing code for crc calculation in c which is working same as this excel sheet.
an example 01hex data i get these answers
0X8005 from VCU
and 0x1AFF with my c algorithm..
Is there any thing that i am missing or do i need to pre process something to my data string before feeding it to VCU?