Skip to main content
Visitor II
December 5, 2023
Question

STM32F0 series CRC - Default Polynomial State "Disable" not available.

  • December 5, 2023
  • 1 reply
  • 1325 views

Hello,

I am working with STM32F030RCTx controller. The CubeMx software is not supporting Default Polynomial State: "Disable". 

I wanted to use a custom CRC polynomial and need help initiating the same. Here is a screenshot for reference:

yadavpr_0-1701801668831.png

Thanks.

This topic has been closed for replies.

1 reply

TDK
Super User
December 5, 2023

The STM32F030 does not have the capability of using a custom CRC polynomial.

Other chips in the STM32F0 family do, but not this one.

TDK_0-1701802353673.png

 

If you want a polynomial other than that, you'll need to do it in software.

"If you feel a post has answered your question, please click ""Accept as Solution""."