ADC data is only being read alternately (TIM1 + DMA)
"Hi,
I am trying to read an ADC value from the feedback of a PWM signal generated via TIM3 PWM.
TIM1 generates a PWM signal with 4 channels, including complementary channels. The CCR value updates from the Sine table using DMA.
The ADC is being read when the TIM1 update event occurs. The ADC data is saved to the buffer via DMA.
However, when I try to read the ADC, the data is only saved alternately.
Why is this happening?"


