Hello
I tried to get acquainted with CRC used in TMS37157 using some web-based tools like http://www.zorc.breitbandkatze.de/crc.html
In this case I'm trying to read page 55 from the chip memory and verify the read using CRC.
Page 55 of the memory has bytes 0xAA, 0xAA, 0xAA, 0xAA, 0xAA.
If I understood the CRC usage correctly, calculating CRC over the reply message's 01AAAAAAAAAADC25AB should give zero but I'm not getting that.
I'm using eZ430-TMS37157 evaluation kit with its demo GUI and I extracted the message above from "data from reader" field's 010B007E01AAAAAAAAAADC25AB8C
Could someone tell me why the web-tool is not giving me correct results and/or give me correct parameters?
I'm assuming here that the tool is correct which is supported by the results are similar to those given by Java code which I copied from a respectable source.
The manual states that CRC-CCITT is used with initial value 0x3791.