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

What's the difference between the UART and Serial Port example?

I have the NRF52 DK, I run make flash in the UART example, everything works. I'm able to run the loopback test.

I navigate to the serial port example, make flash, nothing. Shouldn't it just work?

I've read I should be using the serial port library over the UART, it a bit frustrating that serial isn't working but UART is. I've tried it with SDK 16.0.0 and also 15.3.0. I hate to be asking such basic questions, but I don't see how based on the documentation I could be doing something wrong.

Related