This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timeslot ESB and BLE problem

Hi, I'm trying to implement run the ESB and the BLE concurently using the timeslot API. I started from this example : devzone.nordicsemi.com/.../ The problem is this example is designed for the nRF51 SDK 9.0.0 and the S130 1.0.0 and my project run with the nRF51 SDK 12.3.0 and the S130 2.0.1

I tried to adapt the code for the sdk 12.3.0 but when I lunch the timeslot, the program stucks in the softdevice at the address 0x91D0.

I need to find what I'm doing wrong and how to solve this problem. I attached my esb.timeslot.c file to this request

Thanks

esb_timeslot.c

Related