Tool/software:
Hi,
I am currently using a CC1310 for a battery powered project. The device spends most of its time in Standby mode and occasionally wakes up to transmit data or communicates with another device using UART.
On my custom PCB which uses the CC1310 i have configured the RX pin with a PULLUP Resistor as part of a Level shifter circuit as the other device operates on 5V.
The issue i am currently experiencing is that before going to Standby i call the "UART_close()" and this makes the RX pin drift which causes a voltage drop across the PULLUP Resistor.
Is there a way to make the RX pin stay at HIGH (3.3V) after closing the UART driver. I have experienced issues if i try to enter standby mode with UART driver open so i close it before going to standby.
I also found an another post (link) regarding a similar issue but unfortunately the provided solution link is not functional anymore.
Greetings,
RLB