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

Port 3rd party stack

Hi All,

Is there a way to disable currently running Noric BLE stack and port 3rd party BLE stack also enable new stack on PCA10001 (nrf51822 dev kit). We have our own stack which we wish to port on certain platform.

If this is possible please guide me in this.

Thanks in advance , Satish

Parents
  • The Nordic BLE stack is just the softdevice. If you don't load a softdevice, there's no BLE stack. So it's trivial, don't load a softdevice, build a standalone app linking your own ported stack, put it on the chip. That's all there is to it.

    PS 'trivial' here means if you've ported the stack and have code which uses that stack, it's trivial to build an application which runs your stack, the job of porting a stack over, that's not trivial.

  • Ok .. I understand .. thanks for your answer... So I will concentrate on how and where softdevice is loaded into the board. So same way I can try my stack.

    Hope my understanding is right. Please let me know any other things that I need to take care.

    Thanks, Satish

Reply Children
No Data
Related