Hi
Im trying connect two peripheral devices through UART
The example project I used is "examples/peripheral/uart"
But i trace the code, it seems that the driver layer has been bound to UART 0
How do I use the another UART (uart 1)?
it must to modify the driver layer by myself?
Can you give me an example
thank you~