Resolved! STM32L100RCT6 - timer PWM with boolean variable
Hello, I am working with the discovery board STM32L100RC. I am trying to have three different timers (TIM2, TIM3, TIM4) as PWM. I'd like to do it's to have each timer ouput at '1' (3.3v) when a boolean variable is equal to '1' and at '0' (0V) when th...