Hello,
I would like to configure in Fast PWM mode without prescaler and toggling
OCR3A,OCR3B and OCR3C at the same time. I do the following:
SET_BIT(DDRE,3); OCR3A
SET_BIT(PORTE,3);
SET_BIT(DDRE,4); OCR3B
SET_BIT(PORTE,4);
SET_BIT(DDRE,5); OCR3C
SET_BIT(PORTE,5);
TCCR3A=0x57;
TCCR3B=0x19;
OCR3A=0x3E8;
OCR3B=0x5B;
OCR3C=1;
The OC3A is working well but OC3B and OC3C are not working. Do you what it is
the problem? Do I need to configure an extra bit to use the three output
compares?
Thank you very much.
Sofia
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help