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关于蓝牙参数GAP设置函数进入死循环的问题



SDK2.20.00.49

初始化函数中GAP_SetParamValue(TGAP_CONN_PAUSE_PERIPHERAL, DEFAULT_CONN_PAUSE_PERIPHERAL);  此函数在ical_api.c文件中

找到该函数之后,一步一步跟踪,找到消息发送函数sendWaitMatchCS(ICall_getEntityId(), msg, matchGapSetParamCS);

然后继续跟踪

ICall_sendServiceMsg(src, ICALL_SERVICE_CLASS_BLE,
ICALL_MSG_FORMAT_3RD_CHAR_TASK_ID, msg);

继续找到

ICall_send(src, dstentity, format, msg)

在这个ICall_send函数里会连续执行几次之后,程序跑飞了

求解?谢谢