Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
In the project I need to disable the UART before it enters into System ON sleep mode.
After terminating UART, use "app_uart_close" to keep current consumption unchanged.
...
...
app_uart_close();
The app_uart_close was temporarily called directly to check the quiescent current and check its behavior. Once the quiescent current is confirmed to be lowered, the call will be made to the UART FIFO EMPTY.
What's the reason for this. Is there any more else to do to disable UART totally? Really needs your help. Thanks.