Current situation:
I am using uarte to communicate over UART, at Individual level this works.
I have serial mesh DFU implemented in my application and at individual level this works. (I see the serial_uart_init uses NRF_UART0 directly)
Now I have to integrate both in same application. I tried it and I'm getting following error
Rather I would like to know how to use both UARTs is there any simpler way to integrate both usages?