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.

CC2640R2 about bluetooth GAP setting function parameters in the infinite loop

Other Parts Discussed in Thread: BLE-STACK

Everybody is good!There is a problem in need of help... 
SDK1.00.00.22
In the initialization function GAP_SetParamValue (TGAP_CONN_PAUSE_PERIPHERAL DEFAULT_CONN_PAUSE_PERIPHERAL);This function is called when the ical_api. C file
Find the function after, step by step tracking, find messages function sendWaitMatchCS (ICall_getEntityId (), MSG, matchGapSetParamCS);
Then continue to follow up
ICall_sendServiceMsg (SRC, ICALL_SERVICE_CLASS_BLE,
ICALL_MSG_FORMAT_3RD_CHAR_TASK_ID, MSG);
Continue to find
ICall_send (SRC, dstentity, format, MSG)
In this ICall_send function will perform a few times in a row, the program to run away
To solve?thank you