Hello,
I'm trying to reduce the power conception of my custom board with a nrf52840 and a 4g modem on uart.
For this test, I reduce the code to a loop (modem is off)
k_msleep(5000);pm_device_action_run(modem_uart, PM_DEVICE_ACTION_RESUME);k_msleep(5000);pm_device_action_run(modem_uart, PM_DEVICE_ACTION_SUSPEND);
uart1_default: uart1_default {group1 {psels = <NRF_PSEL(UART_TX, 1, 7)>,<NRF_PSEL(UART_RX, 1, 4)>;};};uart1_sleep: uart1_sleep {group1 {psels = <NRF_PSEL(UART_TX, 1,7)>,<NRF_PSEL (UART_RX, 1,4)>;low-power-enable;};};