hello.
I'm testing direct test mode.(nRF52840-DK)
default pin is
#define RX_PIN_NUMBER 8
#define TX_PIN_NUMBER 6
#define CTS_PIN_NUMBER 7
#define RTS_PIN_NUMBER 5
I want change
#define RX_PIN_NUMBER 2
#define TX_PIN_NUMBER 29
#define CTS_PIN_NUMBER 7
#define RTS_PIN_NUMBER 5
But when I changed only the pin number,
NRF_DRV_UART_EVT_ERROR/APP_UART_COMMUNICATION_ERROR error occurred.
Why does this error occur when I only change the pin number to 2, 29?
And how can I solve this problem.