ADC multichannel with DMA with more than 8 ADC channel
HI everybody,
i am using STM32G0B1 and in an older project i used successful ADC multichannel DMA
conversion of 8 channel. I started a multichannel ADC conversion of 8 channel and a ADC callback
sets the finished bit and later on i read the result for 8 channel from DMA buffer and start a new 8-chan conversion again. It works well.
For a new project i want to keep this method for 10 channel but unfortunately i can only convert 8 channel
one after another, the Number Of Conversion in ADC Paramter Setting in MXCube is maximum 8,

I guess, due to the ADC channel selection register, reserved only for max. 8 channel.
Now my question, how can i setup a DMA multichannel ADC conversion for 10 channel
without reprogramming Channel and Rank before each conversion ?
Possibly by an injected conversion of the 2 upper channel - if yes, pls with a hint for setting it right in CubeMX
and possible HAL code.
Thanks in advance,
Kai

