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

The ble_evt_dispatch function does not execute.

Hi! 

I use softdevice3.0.0 , SDK12.1.0, Keil IDE, PCA10040 Development board, 

I am going to create a multilink_central_NUS project using the ble_app_multilink_central example.

Immediately after turning on the power, it seems to work well.
However, after an irregular period of time, the softdevice seems to stop.

For testing, we made a periodic timer and toggled the LED every 5 seconds.
This confirmed that timer, uart, and gpio are working normally.
The ble_evt_dispatch function is not executed.
Is there a bug found for this?

If you need my project to check, I am willing to send you a project.

Related