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
Describe the bug
Real HW requires calling __HAL_RCC_CRC_CLK_ENABLE(); prior to using CRC32 calculation, but on the simulator it works even without enabling the clock.
Describe the bug
Real HW requires calling
__HAL_RCC_CRC_CLK_ENABLE();
prior to using CRC32 calculation, but on the simulator it works even without enabling the clock.To Reproduce
Expected behavior
Mentioned function should return 0xFFFFFFFF unless
__HAL_RCC_CRC_CLK_ENABLE();
is called prior to calling the function.The text was updated successfully, but these errors were encountered: