cancel
Showing results for 
Search instead for 
Did you mean: 

PWM Output

andykim
Associate II
Posted on July 05, 2013 at 13:25

The original post was too long to process during our migration. Please click on the attachment to read the original post.
2 REPLIES 2
Posted on July 05, 2013 at 14:59

So what's happening with USART1? Unless configured correctly these will be using PA9/PA10

I don't understand the double configuration of PB14/PB15

This should surely be using TimerPeriod + 1

Channel1Pulse = (uint16_t) (((uint32_t) 5 * (TimerPeriod - 1)) / 10);

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
andykim
Associate II
Posted on July 06, 2013 at 04:54

Thank for your help, clive1