Pulse width of One pulse Mode doesn't change with CCRx register.
TIM1 is slave of TIM2 and get triggered correctly when Encoder count reaches sConfigOC.Pulse = 200; However, the output pin TIM1_CH1 (PE9) stays high.#include "main.h" TIM_HandleTypeDef htim1; TIM_HandleTypeDef htim2; UART_HandleTypeDef huart3; ...