STM32G474 ADC in continuous regular scanning mode with injection fails due to injection channels being internally tied to ground
I am trying to set up my NUCLEO-G474RE board to perform ADC regular scanning mode using DMA with 4 channels and also discontinuous injection with 2 channels as shown below.But when I run my code the injected channels always return zero or one, even i...