LL_RCC_GetTIMClockFreq doesn't account for the APB Prescaler - is this correct?
I'm writing an application which uses a timer (TIM2 in this case) to track communication timeouts. So the timer period changes periodically, it might be an inter-byte gap timeout at one point and an inter-packet timeout the next.I'm using LL_RCC_GetT...