This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

crc

Overview

The CRC Example project is a demonstration program that generates checksums for an ASCII string. Several CRC protocols are implemented using the CRC driver API.

Running the demo

Example output on terminal:

Test same string base on different CRC protocols.

Test string: 123456789 1.CRC-16 : 0x2189 2.CRC-32 : 0x340BC6