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.

CC2340R5: BLE Central enter Exception_handlerSpin() when call GATT_WriteCharValue()

Part Number: CC2340R5

Tool/software:

simplelink_lowpower_f3_sdk_8_40_00_61\examples\rtos\LP_EM_CC2340R5\ble5stack\basic_ble\

CC2340 as BLE Central. It connects to Peripheral, service and characteristic request and response works, 

The CC2340 central enter loops in Exception_handlerSpin() when call GATT_WriteCharValue(),

BLEAppUtil_invokeFunction is used.

but it will not enter Exception_handlerSpin() when call GATT_WriteLongCharValue().