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.

LAUNCHXL-CC2640R2: Project zero task execution

Part Number: LAUNCHXL-CC2640R2

Hi,

I am using Project Zero for implement a project  with simplelink_cc2640r2_sdk_4_20_00_04, I want to run a specific function as soon as a task completed. Is there a way to do this? Could you please guide me a reference,

Thank you

  • Hi Dushan,

    What task completion are you referring to?  I recommend you queue an event flag to service in ProjectZero_processApplicationMessage, which provides several examples which you can reference.  Make sure to define a new event which does not overlap the existing ones.  You can also find more information in the Application section of the BLE-Stack User's Guide.

    Regards,
    Ryan