This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: SimpleBLEObserver : SimpleBLEObserver_taskFxn- This task is not getting scheduled.

Part Number: CC2650


SimpleBLEObserver_taskFxn is not getting scheduled on my custom board.

SimpleBLEPeripheral is running perfectly.

I am using ble_sdk_2_02_01_18.  Please find attached the task states of SimpleBLEObserver using ROV. Please advise me on what could be the issue

  • Hi Meera,

    Is it possible to reproduce this from SimpleBLEObserver vanilla project? In other words, could give us more information to reproduce this issue on our end.

    What's the call stack look like when you pause the debugger? Do the other tasks successfully init?

    The GAPRole task stack is pretty close to overflowing - perhaps padding it by a 100 bytes could help. But I don't believe that's where your issue lies.

    Regards,
    Rebel
  • Hi,

    Can you please share the SimpleBLEObserver vanilla project. I was trying with the SimpleBLEObserver in ble_sdk_2_02_01_18.

    No special steps are needed to reproduce the issue. Simply run and you can see SimpleBLEObserver_taskFxn is not getting scheduled.

     All other tasks are successfully initialising except this one.

  • Hi Meera,

    Just tried the SimpleBLEObserver from the SDK. (That is what i meant by the vanilla project)
    It works perfectly on my end, It sounds like you may have a set up problem. Try to reinstall the SDK - I can't reproduce your issue at the moment.

    Regards,
    Rebel