ADC1 and 2 dual (interleaved) mode, differential and fast channels
Hi,
I'm new to stm32g4 series and problaby have a basic question.
I would like to check if it is possible to have this config:
- ADC1 IN3 and IN4 as differential input (signal A)
- ADC2 IN4 as single ended input (signal B)
Then perform adc conversions in dual (interleaved) mode and get close to 4msps for signal A as well signal B. My concern is that IN4 is used on both peripherals, not sure if this is a problem, if I read the reference manual, it should not be a problem as long as they are not sampled at the same moment, therefore you need interleaved dual mode if I'm correct.
Furthermore I would like to know if it's really possible to connect 3 peripherals to a single pin, like the PA0 pin:
- COMP1_INM
- COMP3_INP
- ADC1_IN1
If this is possible, are there any side effects that can occur?





