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.

Compiler/RM57L843: LCF CRC Algorithim to match Safety Library

Part Number: RM57L843

Tool/software: TI C/C++ Compiler

I'm using the LCF file with TI's compiler in Code Composer to generate a CRC value for comparing against the value generated by the safety library's "SL_CRC_Calculate" function.  The two values are not matching due to the upper and lower words being swapped.  Document "spna235" says that this is an intended feature of the  TMS570_CRC64_ISO algorithm.  Is there an algorithm I can use witch does not have this feature, or another way to correct the problem (besides swapping the byte order in code before comparing the values?)

Thank You