2014-09-19 12:57 AM
hello
please may i ask if there is a program availabe in assembly language for calculating the crc ccitt with x16+x12+c5+1 many thanks marc debruyne #crc2014-09-20 12:02 AM
There are plenty of pages on the interwebs discussing CRC code - it's not specific to particular hardware platforms!
You may have to do the conversion to assembler yourself...2014-09-22 11:48 PM
the Cosmic compiler for stm8 includes the possibility to use the CCITT CRC: you may use it directly or take a look at the assembler code of the verification routine in order to get an idea of how to implement it.