Cannot disable UART0 on nRF9160 via overlay file when ASYN UART1 is used.

Hi Nordic,

I am using Circuitdojo nRF9160 to develop a low-power application. In my application, I want to use one of the board's UART interfaces to communicate with a sensor via ASYN UART.

And, I have some issues:


1. In case I enable and use ASYN UART1 to communicate with the sensor, and I want to disable UART0 via the overlay file to save energy.
The program always appears with errors. However, when I disable the UART1 (via overlay), I can disable UART0 easily without any errors.
Could you please tell me why? I cannot find the reason.


2. In case I cannot disable UART0 when I am using ASYN UART1, there is another way. I can use UART0 as an ASYN UART to communicate with the sensor. Is it feasible? and if yes, how I can prevent it from printing messages while I am still able to use it to communicate with the sensor normally?

Thank you for your support!

Best regards,
Vu

Related