This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Enabling softdevice by using GCC

Hi. I'm trying to use GCC instead of Keil. I have followed "nRF51 Development with GCC and Eclipse" written by Nordic and "nrf51-pure-gcc-setup"(github.com/.../nrf51-pure-gcc-setup) and the blinky_example works fine by both makefile. But ble projects which use softdevice don't work.

I have tried programming softdevice both make command and nRF Studio but they didn't work. I get 0x2002 error at sd_softdevice_enable so I guess softdevice is not programmed properly...

I also have tried using Windows and Mac OS X but still I get the same error at the same line.

Does anyone have any idea about this?

My development environment:

・nRF51822 Developer Kit

・nRF6310 Rev 1.4

・S110-SD-v6

・Eclipse LUNA CDT

・GNU Tools for ARM Embedded Processors 4.8

Related