problem on running nordic_softdevice_ble package

Dear RIOT Community,

I am trying to run the nordic_softdevice_ble package on nrf52dk board but after flashing the board, there is nothing printed on serial port (pyterm). I am able to run hello word example successfully but once I change it to other examples ( which use nordic_softdevice_ble), there is not output. It seems softdevice goes to some kind of infinite loop.

I would really appreciate if someone can help me to solve the problem.

Thanks, Hessam

Hello Hessam,

AFAIK, softdevice_ble from Nordic is currently broken.

You can have a look there for more info : https://github.com/RIOT-OS/RIOT/issues/6379

Regards