Is there a way to set timer CH1 pin (PA5) to LOW from code?
I have configured TIM2 to set CH1 to Force Active if x Pulses are reached. That's working fine.Is there are a way to set it to LOW again from code (main loop)?This seems not to work:HAL_GPIO_WritePin(GPIOA, GPIO_PIN_5, GPIO_PIN_RESET);