Question
Hi, I'm developing a motor project using stm32f429. TIM2's status register is unnormal.
Hi, I'm developing a motor project using stm32f429. But my pro can hit the HAL_TIM_IRQHandler() interrupt function but the status register is not normal when tim2 capture XORed input signal. The TI2's CC1IF is set when hit the interrupt function but after stepping one line(press F11) the SR's CC1IF has been reset. I don't know why?

