Introduction - If you have any usage issues, please Google them yourself
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.