How to use the GPIO pin of the CN7 on the STM32N6570-DK board
I am working on a STM32N6570-DK board and I noticed that the CN7 of the board can be modified as digital I/O pin or an ADC. So I want to make sure that when I use the A1 port of CN7 for example, and I want to use this port as a usart_tx. Then I can directly enable the PC10 as a usart_tx and disable the PA9 right? And I want to make sure that the modification don't damage the ADC function of PA9, since the MCU actually accept 0-1.8V and the 3.3V is too high.
