Resolved! ADC Sequence conversion not working on STM32G030. Only a single EOC and EOS event when CHSELR = 0b111.
I have tried multiple different configurations, software trigger, hardware trigger, the only way to read ADC channels in sequence is to use DISCONT=1 and trigger each reading individually. I have minimized my project to a testcase where a software tr...