Posted on December 02, 2015 at 00:56I am having trouble creating a PWM output using a timer (timer 3, channel 1). Processor is an STM32F072CB. I'm using the following code: Note: GPIO clock is enabled for port A RCC_TypeDef *rccptr = RCC; // En...
Posted on December 02, 2015 at 20:40You're right. I didn't read the manual closely enough. I thought setting the bit in the APB1RSTR register would just pulse the timer ''reset'', resetting all of the bits. But that's apparently not how it works. Th...