Page 1 of 1

ATMEGA8A Timer2

Posted: Sat Jul 16, 2022 3:50 pm
by ChrisT66
Hello, I want to output a PWM signal on port B3 of an ATMEGA8A. This port uses Timer2 for the PWM signal.
The other two PWM ports B1 and B2 use Timer1.

Unfortunately this does not work. In a test program that only enables the PWM ports and then sets the DutyCycle to 255, B1 and B2 turn on, B3 does not.

Do I have to pay attention to anything else?

The ports themselves work.

Thanks a lot, greetings Chris