Hello everyone,
I'm working on a project with NRF9160 nRF Connect SDK v2.3.0.
In my project i use UART0 to exchange data and i disable the UART when is not use.
I need an interrupt to wake up my device when data come on the UART pin (TX/RX).
I have found different topic to disable and enable UART on runinng time.
Now, when my uart is disable, i would like to convert RX pin into an interrupt pin which allow me to re-enable the UART to get data when interrupt occur.
Could you tell me if you have any advice about that ?
Best regards,
Lam