Hongzhe Jiang
09/23/2021, 6:03 PMTaylor Barton
09/23/2021, 8:34 PMTim Edwards
09/24/2021, 12:32 AMio_in
is the 1.8V digital input from the pad. And the answer is yes, you can use the GPIO pins to transmit analog signals by (1) connecting the signal to gpio_analog
and (2) configuring the GPIO in software to turn off both the digital input and output buffers. If you cannot tolerate the 150 ohm resistor between the pad and the signal, you can use the gpio_noesd
signal instead, but be aware that the connection is very ESD-sensitive.Harry Snell
09/24/2021, 11:51 AMTim Edwards
09/26/2021, 2:03 AM