I use the nRF51 chip with a UART communication. I developed a protocol on the UART to communicate with another processor or a PC. Every messages of the protocol have 2 bytes CRC fields.
Currently, I compute the CRC-16-CCITT
in software. Would it be possible to use an hardware module to do it ? For instance the hardware used by the radio (I guess not) ? What about the nRF52 ?