2012-10-04 08:42 AM
Hi guys
Is anybody knows about crc16 in stm32f4 ? Is this have any crc16 calculator like crc32 ?thank you #reverse-polynomial #fire-codes2013-02-12 11:11 AM
I used some magic to get the initial state where I wanted
Poly 100000100110000010001110110110111Data 46AF6449
$ ffffffff (hexadecimal) % 11111111111111111111111111111111 (binary) ! 4294967295 (decimal)2013-02-12 06:35 PM
Thanks a lot for the help. your replies certainly helped me a lot. thanks again