On my custom board based on the STM32G071CBT6 mcu I use ADC multichannel DMA conversions, DMA continuous requests, triggered by TIMER2 out event and driven with HAL library (STM32G0 firmware package V1.6.2). I get ADC conversion results by the conver...