Resolved! TIM interrupt not firing after circular adc-dma started on STM32F030K6T6
Hi!I am using STM32F030K6T6 as my bldc controller.i set up my adc as below:/* ADC init function */ void MX_ADC_Init(void) { ADC_ChannelConfTypeDef sConfig = {0}; /** Configure the global features of the ADC (Clock, Resolution, Data Alignment an...