Why low voltage on VBAT hold the read command on UART port
I experience a problem when the capacitor is fully discharge. When the program try to read from a UART port it stall on the read command and the application will not continue.If I put a delay before the read for the time that it takes the capacitor to charge to 1.8V then the read is successful and the application continue.
Is there is any explanation why the low voltage halt the reading from UART when VBAT voltage is below the 1.8V?
Thank you.