From 570bdb95dbfb7ee3af36396569d43575ed761650 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 31 May 2015 20:46:40 +0200 Subject: o Better LCD code, increased per command delay. --- nrf51.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nrf51.md') diff --git a/nrf51.md b/nrf51.md index 0737ca0..90f19e4 100644 --- a/nrf51.md +++ b/nrf51.md @@ -43,7 +43,9 @@ Device | Size | Start | End | Size | Start | End # Debugging - screen /dev/ttyACM0 115200,-ixon,-ixoff +When using the nRF51-DK or the dongle you'll talk to the nRF chip through the Segger chip. It will only listen for traffic when a terminal is connected to /dev/ttyACM0. The terminal must use the DTR (data terminal ready) signal for the Segger to disable the tristating of the uart pins and start listening. + + screen /dev/ttyACM0 115200,ixon,ixoff ## GDB -- cgit v1.2.3