I basically need to use two UART instances with the BLE Buttonless DFU Template App.
I started using the Serial library but apparently it's no longer supported.
The methods for the UART Module app_uart_get and app_uart_put do not specify which UART instance is being used so I do not understand which UART instance I will be controlling then.
I then tried using the UARTE driver but there seems to be no examples for it.
What would you suggest/recommend?
Thanks