Hi,
We are making software for our custom board based on nRF52833 and nRF5 SDK 17.0.2. We use app_uart for our serial communication in active mode and in sleep mode we disable the UART. Without APP_UART_FIFO_INIT the device's current consumption is about 2uA in sleep mode using nrf_pwr_mgmt_run(). When we initialize UART for serial communication, we have made sure to uninitilaze UART by calling app_uart_close function and set UART TX and UART RX pin to INPUT_NOPULL before setting the device to sleep mode, but current that does not work. The sleep current consumption is now about 179uA. Here is our configurations for app_uart
