Resolved! Bug in HAL_SetTickFreq function (F4 v1.23.0, 1.24.0)
I've already contacted support, so this post is just for community.There's a bug in HAL_SetTickFreq function (stm32f4xx_hal.c)---8<---HAL_StatusTypeDef HAL_SetTickFreq(HAL_TickFreqTypeDef Freq){ HAL_StatusTypeDef status = HAL_OK; assert_param(IS_TICK...