User Activity

I'm seeing a bug in STM32Cube_FW_F1_V1.6.0.I was using timer 2 in up counting mode with a prescale value of 6399, however the prescale value was not being used. After stepping through the code I noticed a bug in the LL_TIM functions.The LL_TIM_Disabl...