Resolved! Circular DMA on ADC runs once and stops
I'm using an STM32H563. Setup to get ADC captures into a buffer using DMA in circular mode.I have TIM1 triggering an ADC1 conversion of two channels. And a buffer with 16 readings using DMA. The GPDMA is set in Standard Request Mode and Circular enab...