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

Hello! I'm trying to use UART1 instead of UART0 in the UART example

I have just changed line 74 of nrf_drv_uart.h file as

#define UART1_ENABLED 1

instead of

#define UART1_ENABLED 0

and the example gives an error. Please find the image of the error attached!! May I know what's the issue here? UART1error.PNG

I'm using windows 10 laptop and SDK version 14!

Parents Reply Children
Related