6.2.1 Hardware CRC Support
As of the time of writing, the Class B library does not support using the CRC hardware
inside the microcontroller. If using the hardware, a hardware peripheral will scan the
memory and compute the checksum much faster than software can. The function to utilize
the CRC hardware was developed in the application to demonstrate this. It can be used in
place of the Class B library if the macro FUSA_ENABLE_FLASH_HW_SCAN
is
defined in application.h
.