This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use the second UART?

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~

Related