From e8558f676dac47ec78bb81bf4da33984f495d10c Mon Sep 17 00:00:00 2001 From: sprhawk Date: Fri, 29 Aug 2014 10:05:34 +0800 Subject: updated README for different softdevice version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13eaed7..ae932d0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ nrf51822 build script under MacOSX Usage: ------ +0. download and extract nRF51-SDK 6.0.0 and s110 softdevice 7.0.0 1. install arm-none-eabi-gcc for MacOSX: @@ -24,3 +25,5 @@ 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) -- cgit v1.2.3