STM32Cube_FW_H7_V1.3.0: HAL_ADC_ConfigChannel refuses to configure an internal path on ADC3 if ADC1 or ADC2 is already enabled
Lines 2558~ of Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c does this.However, it's not certain if ADC3 belongs to the same group as ADC1 or ADC2. If not, the use of ADC_ANY_OTHER_ENABLED is too restrictive, as we are working here only for in...