Tool/software:
Hi team,
I am looking at the latest version of bleapputil_task.c (sdk_9_11_00_18) and I have some observations and questions.
First, we were advised to use a semaphore at the beginning of the BLEAppUtil_Task() to ensure that osalInitTasks() was completed before allowing the code in BLEAppUtil_Task() to run. I think the reported issue was that the chip would sometimes not start up correctly if we did not. Why has this not been incorporated into the latest SDK? Was another way found to ensure the issue no longer occurs?
Second, issue EXT_EP-12653 (https://sir.ext.ti.com/jira/browse/EXT_EP-12653) says that it was found in release BLE_LOKI_9_10_00 and was fixed in version BLE_LOKI_9_11_00. I want to see if the issue exists in the SDK that we are using (8_40_00_61). From the description I thought the change (fix) might be in BLEAPPUtil_Task() but after comparing that function in SDK 9_10_00_83 and SDK 9_11_00_18, I see no difference. So where was the change made, I need to find out if it existed in 8_40_00_61?
Third, I noticed that these newer SDKs support the following events that the SDK that we are using did not. What are these events for? (BLEAPPUTIL_EVT_CS_EVENT_CB, BLEAPPUTIL_EVT_CMS_CONN_UPDATE_CB, BLEAPPUTIL_EVT_CM_REPORT_EVENT_CB, BLEAPPUTIL_EVT_CM_CONN_STATUS_EVENT_CB)
Thank you,
Luke