Hi,
I have been looking for ways to implement CMSIS SPI interface and to use its CRC calculator on STM32F4 MCU. I prefer to use embedded CRC than the 32-bit CRC peripheral because I think it will require less CPU intervention.
However, after going through the CMSIS driver source code, it was obvious to me that CRC is not supported yet.
Is there any reason why it is not supported? Is there any work-around? Or am I having any understanding problem?
Your help and explanation is very much appreciated.
ST Goh