Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG
Hi
I'm working on BLE central. My requirement involves enabling a GPIO callback and executing a function in response to the gpio interrupt. Inside the callback function, I am invoking a handling function "BLEAppUtil_invokeFunction(HandlingFunction2, pData);" to send some data to the peripheral. But as soon as I give the gpio interrupt, the system is going to hang state. Hang state as in, it is not responding, it needs a power restart to function again properly.
Note: I have confirmed the system is acting strange when I am giving BLEAppUtil_invokeFunction(HandlingFunction2, pData); fxn. and HandlingFunction2 fxn is nothing but a uart message.
Help me to resolve this issue ASAP. I'm using the latest SDK, "simplelink_lowpower_f3_sdk_7_10_00_35", basic_ble code in Central mode.

