Hi,My board is STM32F411RE Nucleo.Currently, I'm using a timer (timer 2, channel 3 to be exact) in output compare (no output), using TIM_OCMODE_TIMING mode, interrupt enable. My understanding is the timer will tick until it is overflowed (in this cas...