PWM on PA8 for a stm32f103rct6 does not work
I am trying to use pin PA8 as a PWM output using timer 1 on channel 1 for a stm32f103rct6. I have successfully programmed pins PA9, PA10, and PA11 to provide PWM output on channels 2, 3, and 4, but when I do the same for PA8 on channel 1, I do not get any output. I am pretty sure that the pin works because if I manually toggle it on and off it works fine.
Is there something special about this particular pin? I do see that that pin can be configured as MCO and if I do that, I do see an 8mhz signal. But when I am using it for PWM is is not configured in that way.
Could there be some kind of conflict with other pins?
Any insight would be appreciated.
Thanks.
