What's wrong in PWM (Led)?
Posted on December 03, 2011 at 10:50I want to create fading Led with pwm, but my code doesn't works. If I simply set bit 1 to pin my led is lights.Please help me.I'm use stm32f103vet6.int main(void){ GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBa...