nRF5 SDK is not maintained anymore
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

UART Example Problem when changing pins

Using the UART example of the 52DK with the TX and RX pins set as 8 and 6 the example works.  If I try to change the pins to different pins such as 22 and 23, it does not work by giving an UART Comm Error.  Problem is reported from the UART ISR.

Parents Reply
  • Hi, I'm having exactly the same issue. Running the examples/peripheral/uart example it works fine with pins 6 and 8 from port 0 in PCA10056 board. But when I change the pin to a free pin there is no communication. I'm using SES. Should I try another IDE? Am I missing any other change in the code, apart from the definition of RX_PIN_NUMBER and TX_PIN_NUMBER in pca10056.h?

    Thanks in advance!

Children
Related