Date
1 - 1 of 1
#adc Two ADC in parallel #adc
Mariana Ücker
Hello,
I'm developing an application for the STM32G431kb and I need to use the two available ADCs (ADC1 and ADC2). However, according to the "stm32g4.dtsi" file, I can only use one at a time. This is because both converters share the same interrupt vector.
Any idea what I can do to be able to use both converters on the STM32G431kb?
Thank you very much in advance.