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

How to get uart_example to work on NRF51822?

I am unable to see any uart print output when running the uart_example with NRF51822. I am able to see the program execute via the debugger, but have not seen any output. I have tried using it with and without the SoftDevice flashed, using the appropriate build target as required. I am using the nRF51822 development kit with the nRF6700 starter kit and have it setup following the quick start guidelines.

Are there additional steps I need to perform to get UART output enabled? From what I can tell from other posts on this forum, the output is expected to come across on the "JLink CDC UART Port"?

What are the exact settings I should be using in my serial terminal application? I have been using:

Baud rate: 38400 Data: 8 bit Parity: none Stop: 1 bit Flow Control: none (and also tried Xon/Xoff)

If it helps, I am using Tera Term on Windows 7 (x64).

Parents Reply Children
No Data
Related