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

Blinky example with softdevice

I am developing on a custom board using nrf51822 with pure gcc. The blinky makefile worked fine. Before going to ble_hrs makefile, I want to load the blinky_example with softdevice. I enabled the Softdevice s110 in the makefile and load it with nRFgo Studio. But nothing happened. No led is blinking.

I am using s110_nrf51822_6.0.0_softdevice.hex.

When I used Keil to build and load, the led is blinking.

Is there any difference in configuration when building or linking?

Thank in advance.

Related