Hi,
I have a project which uses nRF Logging module (NRF_LOG_INFO). I suppose by default it uses UART0. I have a peripheral that requires to use another serial port (UART1). The UART library (APP_UART_FIFO_INIT) does not give any provision to select the UART instance, so it will interfere with the logs if I use it as it is. How to add UART1 without disturbing the logs? They should work concurrently.
Thanks.