STM32G4 ADC Input channel switch errata for intermixed regular and injected channels
I have an application where I'm using dual ADCs (let's say ADC 1 and 2) on an STM32G474.The desired regular channel sequence is:ADC1: channel 1, stop, channel 1, stopADC2: channel 2, stop, channel 2, stopThe ADC conversion is triggered by a timer. I ...