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

How do I use UARTE 1 with ble_app_uart?

Hello.
I move ble_app_uart with a combination of nRF 52840-DK and SDK v 15.2.0.
Using UART 0 or UARTE 0 confirms that it can communicate with nRF 52832 on the Central side, but communication using UARTE 1 fails.
What is the reason why data can not be sent or received?

We set 1 to APP_UART_DRIVER_INSTANCE in sdk_config.h and set it to NRFX_UARTE_ENABLED and NRFX_UARTE 1 _ ENABLED.

Parents Reply Children
Related