Description: IAR Asm for MSP430.
Calculate the CCITT/ITU/CRC-16
parameters for this CRC are:
Polynomial: x^16 + x^12 + x^5 + 1 (0x1021)
Start value 0xFFFF
Data receives from USART
Checksum in R11.
- [crc] - MSP430 realize the CRC program design, d
- [Synchronous] - Detailed account of the principle of syn
- [micro_SD_source] - Source code for MicroSD reader, related
File list (Check if you may need any files):
CRC16_2.s43