Resolved! HAL_RCC_GetPCLK2Freq() in HAL_InitTick delivers half the frequency
Dear all, I just came across something strange. I debugged into the function HAL_InitTick() to better understand how the OS tick (SysTick) is managed if FreeRTOS is used. I'm using TIM16 for the SysTick of the OS. At the beginning of HAL_InitTick() t...