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.

CRC calculation with VCU

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?