Hi,
I have a working code that uses the UART FIFO instance which uses the app_uart_put and app_uart_get functions to communicate to an external LCD module. I want to now add an additional uart instance to communicate to an additional peripheral. However the current uart initialization (APP_UART_FIFO_INIT) does not allow for multiple instances of uart. How do I shift to using multiple UART instances?