Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

2 uart with app_uart

Dear Nordic,

Hello, I have to configure 2 UART. I have saw this post.

however, I have made a demo version for the project without 2 UART function, so I hope to apply 2 UART to the existing project.

My demo version based on ble_app_uart example. And using app_uart.

I have seen some questions about 2 UART based on the SERIAL example from Peripheral. But Can implement 2 UART using both app_uart and nrfx_uarte?

(app_uart --> uart0   /   nrf_serial --> nrfx_uarte1)

If this is not possible, should I replace the APP_UART part with an existing project with NRF_SERIAL?

Regards,

Lee

Related