STM32G030 Oversampling Trigger Rate
I am a bit confused by the documentation on oversampling and the required trigger rate. I'd like to do 2 conversions a second on 5 channels using 256x oversampling. I have the ADC in continuous mode. I am triggering off TIM3 update. It's not clear to me if I trigger once every half second to get all 256 conversions on all 5 channels or if I have to trigger 256 times each half second. If there is only one trigger, does the first channel get sampled 256 times and then the second 256 time until the fifth channel? Thanks.

