Posted on August 06, 2011 at 00:00I'm using the STM32F103RCT6. I need two PWM outputs, where the period and polarity of each is the same, but one output is 180� out of phase from the other. A duty cycle change must affect both concurrently. The c...
Posted on August 11, 2011 at 01:26If they were in phase with opposite polarity, when one output was 1, the other output would always be 0 (i.e. complementary outputs), dead-time aside. I'm looking for a Push-Pull configuration. See this post: http...