STM32F0 series CRC - Default Polynomial State "Disable" not available.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-12-05 10:43 AM
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:
Thanks.
Labels:
- Labels:
-
CRC
-
STM32 Security
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-12-05 10:52 AM
The STM32F030 does not have the capability of using a custom CRC polynomial.
Other chips in the STM32F0 family do, but not this one.
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".
