Hi,
I've got an application based off the asset tracker firmware that needs a UART. From the many threads on the topic, I've found a way to shut down the UARTs to save power but I cannot shut down the console UART since the +CEREG notifications are coming in periodially.
If a notification comes in with the console UART_0 shut off, the application crashes.
In my application prj.conf I've got:
And my SPM prj.conf is:
To shut the UARTs down, I'm calling these disable functions:
Note: this other suggested method from older threads didn't lower the sleep power consumption. It was still at 1.5mA:
What else can I do to disable all console output so I can safely turn off UART_0?
Thanks,
Tim