cancel
Showing results for 
Search instead for 
Did you mean: 

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

yadavpr
Associate

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.

1 REPLY 1
TDK
Guru

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".