User Activity

I am using STM32F4 to drive a 3 phase BLDC motor and i'm using TIM1 peripheral to generate 6-step PWM(complementary pwm) but when i change the configuration and i disable 1 channel it takes some time to go low which causing problems (you can check th...
My code works fine without interrupt (I tried polling the ADC value) but when I enabled the interrupt, it didn't work - while debugging in Keil, it never reaches the ADC_IRQHandler(), Also I found that the EOC flag is always set(in the while loop)Thi...