summaryrefslogtreecommitdiff
path: root/nrf51.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-05-31 20:46:40 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-05-31 20:46:40 +0200
commit570bdb95dbfb7ee3af36396569d43575ed761650 (patch)
tree30a0bce8a7041ed38d2e2a9175446e2573562390 /nrf51.md
parent8f45739d02f02c226452f7f62c4dc195e6e13b38 (diff)
downloadphone_remote_nrf51-570bdb95dbfb7ee3af36396569d43575ed761650.tar.gz
phone_remote_nrf51-570bdb95dbfb7ee3af36396569d43575ed761650.tar.bz2
phone_remote_nrf51-570bdb95dbfb7ee3af36396569d43575ed761650.tar.xz
phone_remote_nrf51-570bdb95dbfb7ee3af36396569d43575ed761650.zip
o Better LCD code, increased per command delay.
Diffstat (limited to 'nrf51.md')
-rw-r--r--nrf51.md4
1 files changed, 3 insertions, 1 deletions
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