User Activity

I was unable to configure ADC1 to measure a "4 channel sequence" and then generate an interrupt.I am using the injected result registers to read the values in the ISR.Adc_Value[0]= ADC1->JDR1;Adc_Value[1]= ADC1->JDR2;Adc_Value[2]= ADC1->JDR3;Adc_Valu...
 We are trying to configure TIM1 and an internal comparator to turn-off the TIM1 complimentary PWM outputs on a falling edge event and generate a TIM1 break interrupt.I was successful to do this with a comparator with Rising Edge event.But when TIM1 ...
Hi,I am configuring TIM1 to generate interrupt via MX and I can see that the ISR for TIM1 break is added to the code.But the interrupt never triggers. I know that break from comparator does happen, but no interrupt!Does anyone know what could be wron...
Does any body have sample code on how to configure TIM1 to set both complimentary outputs low and latched off when a comparator if configured to trigger the break feature?If no example code, then may be the proper TIMx register setting?I may have MOE...