ATMEGA8A Timer2

For general Flowcode discussion that does not belong in the other sections.
Post Reply
ChrisT66
Posts: 37
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 12:47 pm
Been thanked: 1 time

ATMEGA8A Timer2

Post 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

Post Reply