User Activity

I want to read ADC values with DMA at specific times (I have an analog multiplexer that needs to switch and I want to synchronize the ADC readings with the mux switching). I have the ADC triggered by a timer and stop the ADC immediately using HAL_AD...
I'm using a 32H743 with CubeMx and Keil. I want to do DMA on a single ADC channel. In Cube I set up the ADC in Continuous Conversion Mode, Regular Conversion launched by software, and set the Conversion Data Management to DMA Circular Mode., and set...