Resolved! Cannot restart Output Compare
I am using output compare with TIM3 on a STM32H755 I am able to use Output Compare to generate a single pulse on pin PC7 using TIM3, Channel 2.I am using Active Level on Match.I call HAL_TIM_OC_Start(&htim3, TIM_CHANNEL_2) onceAfter 0.5s, it detects ...