Why is the function HAL_TIM_OnePulse_Start() limited to channels 1 and 2 on STM32F0xx?
The function HAL_TIM_OnePulse_Start() only operates on channels 1 and 2.The comment inside it says:"in the OPM Mode the two possible channels that can be used are TIM_CHANNEL_1 and TIM_CHANNEL_2; if TIM_CHANNEL_1 is used as output, the TIM_CHANNEL_2 ...