You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While attempting to use the STM32 hardware CRC peripheral in Zephyr, I found that none of the STM32-based boards (e.g., STM32G0, STM32F4, STM32L4 families) appear to include a crc node in their device tree files.
Describe the solution you'd like
I would like to prepare a sample application that demonstrates the usage of CRC with STM32 MCUs.