Posted on January 24, 2015 at 17:52
Hello, i have a problem with PWM. I am trying to turn on the led (PE9) on TIM1_CH1.
I want to make it brighter and brighter till counter equals 256 (2^8=256)
#include <
stm32f30x.h
>
#include <...
Posted on January 24, 2015 at 20:04Where did you find this info that TIM1_CH1 is AF2 ? Do you know where can i find this information in documentation ? When i changed it to AF2 it stareted to work.... I also changed this two lines: TIM_TimeBa...