CC2651R3SIPA: how to invoke function in SDK 6.40

Part Number: CC2651R3SIPA

Tool/software:

hi experts,

I am testing the example provided by the TI Git server below.

https://github.com/TexasInstruments-Sandbox/ble_examples/tree/simplelink_cc13xx_26xx_sdk-6.40

In that example, I would like to use BLEAppUtil_invokeFunction to do UART TX when click the button, but there is no BLEAppUtil_invokeFunction on blapputil.c in SDK 6.40.

Can I copy and use the latest version of Bleapputil's invokefunction? Please tell me how to function call in SDK 6.40.

thanks

Robin.

  • Hello Robin,

    Thank you for reaching out! Unfortunately, you are correct, BLEAppUtil_invokeFunction is not available in the 6.40 SDK, and I believe copying and using the invoke function won't work.

    I think the best way to approach this is to post an event and switch the context to the BLE task whenever you would like to perform something.

    Please let me know if you have any more questions!

    Best Regards,

    Tarek D