Can a OneShot Timer be used to trigger the reset / restart of a PWM Timer via hardware?
I am trying to start a one shot timer for a variable delay from an external interrupt (not a timer interrupt) which I know how to do by calling the follow code: HAL_TIM_Base_Start_IT(&htim6); HAL_TIM_OnePulse_Start_IT(&htim6, TIM_CHANNEL_ALL)...