cancel
Showing results for 
Search instead for 
Did you mean: 

I use STM32WB55 with Cube MCU Package 1.7. I can't set configTICK_RATE_HZ of FreeRTOS more than 1000.

dungeonlords789
Senior III

CubeMX just truncate my const to set 1000. CubeIDE is the same.

1 REPLY 1
dungeonlords789
Senior III

If this is because HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); Cube should issue a warning, not just truncate.