STM32F405 TIM1's repetition counter
I have a question when I read the reference manual of STM32F405, and it says that "for odd values of RCR, if the RCR was written before starting the counter, the UEV occurs on the overflow (which should be underflow as I have seen in TIMx_RCR function description from STM32F103 to ST... - STMicroelectronics Community)
And the reference says that any write to the TIMx_RCR register is not taken in account until the next repetition update event . So my question is in center aligned mode if it is the first time we write the RCR after starting the counter and when will the first UEV happened ?
