This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS SPI Driver with CRC

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

Parents
  • I don't understand what you're talking about.

    If you want to use software to calculate the CRC, why not just use one of the many thousands of examples. If you want to use the hardware of the STM32F4 then just use that.

Reply
  • I don't understand what you're talking about.

    If you want to use software to calculate the CRC, why not just use one of the many thousands of examples. If you want to use the hardware of the STM32F4 then just use that.

Children