Using a vendor specific UUID is basically a two-step process: 1. Add your custom base UUID to the stack by using sd_ble_uuid_vs_add(). Store the value
we need to program them. This can be done through OpenOCD with a command that fills a single word of flash with a value. I don’t know how to do this easily through GDB.
3、Before Use Makefile To Bulid nRF51 Project To build an example in the SDK you first need to set the toolchain path in makefile.windows or makefile.posix depending on platform you are using. That is, the .posix should be edited if your are working on either Linux or OS X. These ...
Afer erase whole chip, loading the file into nRF51 is simple—— For simplicity in this tutorial copy the softdevice (S110) .hex file to the _build folder of the Heart Rate Monitor example. The programming is performed from the _build folder: _build em$ JLinkExe -device nrf51822_xxaa -...