User Activity

I'm trying to read ADC2 IN1(PA0 connected to GND) and ADC2 IN2 (PA1 connected to 3.3V). static void MX_ADC2_Init(void) { /* USER CODE BEGIN ADC2_Init 0 */ /* USER CODE END ADC2_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE ...
I'm trying to update the duty cycle of 3 channels of timer 1 simultaneously with just one DMA event.   
Kudos from
Kudos given to