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.

TMS570_CRC64_ISO

Hello,

I am trying to build software CRC implementation to verify the CRC value. The program is based on table driven implementation by   "TMS570_CRC64_ISO", 64, 0x0000001b, 0x00000000,  0,  0,  0x00000000,  1. My test data is

EA000063 EA0000EB 00000000 EA0000EA EA0000EA
00000000 EA000030 EA0000CE

And I understand when I compute it on PC, I have to swap the HIGH WORD and LOW WORD.  The value I got is 

0xF2EF879A466D4151 and it supposed to be 0x466D4151F2EF879A. 

My value is same to http://depa.usst.edu.cn/chenjq/www2/wl/software/crc/CRC_Javascript/CRCcalculation.htm with input value EA0000EBEA000063EA0000EA0000000000000000EA0000EAEA0000CEEA000030 in hex.

Please let me know if you have any ideas. Thank you very much!