I use STM32WB55 with Cube MCU Package 1.7. I can't set configTICK_RATE_HZ of FreeRTOS more than 1000.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-23 2:11 PM
CubeMX just truncate my const to set 1000. CubeIDE is the same.
Labels:
- Labels:
-
Bug-report
-
FreeRTOS
-
STM32CubeMX
-
STM32WB series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-27 4:00 PM
If this is because HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); Cube should issue a warning, not just truncate.
