Use GPIO Analog for ADC read value on STM32H735
Hello,
Is it possible to configure PA10 on STM32H735 as GPIO Analog and use it to read ADC Value ?
The AN4899, 4.3.4 Analog Configuration says :
Few STM32 GPIO pins can be configured in analog mode which allows the use of ADC, DAC, OPAMP, and COMP internal peripherals. To use a GPIO pin in analog mode, the following register are considered:
- GPIOx_MODER to select the mode (Input, Output, Alternate, Analog)
- GPIOx_ASCR to select the required function ADC, DAC, OPAMP, or COMP
However, I don't think there is the register GPIOx_ASCR in H7 and the reference manual, Figure 77 is not using PA10.
