Hi all,
When the UART RX pin is configured as a general purpose I/O, it is possible to enable and disable an internal pull-up resistor, and to select whether it's a pull-up or a pull-down .So far, everything's fine.
My question is Is it possible to enable pull up on the UART RX pin as it is configured a san input ? My program is waiting for INTERRUPTS on the RX line and if I leave it floating ( by default) its catching up all random inputs and interrupts are generated. Please advise.
The datasheet seems not to highlight this point.
Thanks
Anil