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

SDK15.0 FreeRTOS conflict with BLE stack

I am evaluating with the example ble_app_hrs_freertos, found that if I connect to 52832 and then disconnect immediately for some times, the disconnect event may be not catched.

Then the BLE stack seems to stop.

It performs good when I use ble app_hrs.

  • Hi Lucifer123,

    It is hard to say what the problem is with the little description you gave. Can you please give more information on what is the version of hardware/software (SD and SDK) that you used. Also what is the meaning of BLE stack stopped. You can start your program in a debugger and see if there is a hardfault or any other trigger to APP_ERROR_CHECK. It could also be misconfigured freertos thread priorities.

Related