Conditional UART Activation for Field Debugging in Battery-Operated Matter Project (nRF54L15-DK)

Hi Nordic Team,

I’m working on a battery-powered Matter-based project using the nRF54L15-DK. I’ve reviewed the documentation regarding power optimization, which recommends disabling the UART (serial logging) to minimize power consumption during normal operation.

However, for field diagnostics, I would like to retain the ability to access UART logs when needed. Is it possible to keep the UART driver included in the firmware but disable it during regular runtime—and only re-enable it dynamically for debugging purposes in the field?

If this approach is supported, could you please advise on the best way to implement this using NCS? Any relevant examples, configuration tips, or API references would be highly appreciated.

Thank you for your assistance.

Best regards,

Bhavya

Related