From efc7a3371b7f5ae221895721df182933312aad2b Mon Sep 17 00:00:00 2001 From: sprhawk Date: Tue, 2 Sep 2014 01:51:11 +0800 Subject: updated README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae932d0..27f2d83 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,23 @@ nrf51822 build script under MacOSX ================================= Usage: +1. make erase_all + +2. make debug + +3. make release + +4. make flash + +5. make pin-reset + +6. make serial # will start screen as your terminal + +7. make gdbserver # will start gdbserver (-LocalHostOnly) + +8. make gdb # will start gdb and set breakpoint at main then start + +Steps: ------ 0. download and extract nRF51-SDK 6.0.0 and s110 softdevice 7.0.0 @@ -26,4 +43,6 @@ Usage: 9. make flash -note: s110 7.0.0 and s110 6.0.0 has different memory layout, 7.0.0 uses 0x16000 as app location while 6.0.0 uses 0x14000, and the build scripts here support 7.0.0 only, if you want to use with 6.0.0. If you want to use 6.0.0, first change Makefile.common, find the STARTADDRESS and change the address, and replace all the .ld files with which included in nRF51-SDK 5.2.0) +note [1]: s110 7.0.0 and s110 6.0.0 has different memory layout, 7.0.0 uses 0x16000 as app location while 6.0.0 uses 0x14000, and the build scripts here support 7.0.0 only, if you want to use with 6.0.0. If you want to use 6.0.0, first change Makefile.common, find the STARTADDRESS and change the address, and replace all the .ld files with which included in nRF51-SDK 5.2.0) + +note[2]: Currently JLink (for MacOSX) v4.90b will not require disabling CDC, highly recommend use that new version, that will allow use GDB and virtual com port simutaneously. -- cgit v1.2.3