with the sdk version:simplelink_lowpower_f3_sdk_7_10_00_35,and run the DEMO of "basic_ble"
After establishing the connection for 6 seconds, call GAP_UpdateLinkParamReq() to update parament, this will cause ICall_abort() and System crashes
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.
with the sdk version:simplelink_lowpower_f3_sdk_7_10_00_35,and run the DEMO of "basic_ble"
After establishing the connection for 6 seconds, call GAP_UpdateLinkParamReq() to update parament, this will cause ICall_abort() and System crashes
Hi,
From the error, it seems as though the GAP_UpdateLinkParamReq() was called in a thread that couldnt communicate with the ble stack. Did you correctly register the thread with Icall?
Kind Regards,
Rogelio
Hi Rogelio,
I used the "basic_ble" DEMO by default, with the phone communication is OK.
I call GATT_Notification() is OK, GAP_TerminateLinkReq() is OK, only the GAP_UpdateLinkParamReq() with error.
If users still need to pay special attention to registration when using the GAP_UpdateLinkParamReq() ?