Skip to main content
dungeonlords789
Associate III
July 23, 2020
Question

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

  • July 23, 2020
  • 1 reply
  • 688 views

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

This topic has been closed for replies.

1 reply

dungeonlords789
Associate III
July 27, 2020

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