Hi,
I am using ncs 1.0.0 in nRF9160.
I have enabled UART 2 interrupt during initialization of the uart as below and it works fine.
To reduce the power consumption i need to disable the UART2 when it is not needed.
I have disabled the UART2 as below
But when i enable the UART2 I am not getting UART 2 RX interrupt.
I have enabled the UART 2 as below
Can you help me in finding why UART RX interrupt doesn't work after i disable and enable the UART 2.
Regards,
Smitesh Mali