Part Number: LAUNCHXL-CC26X2R1 Other Parts Discussed in Thread: SYSCONFIG , ENERGYTRACE
在DEBUG这个工程的时候遇到一些问题:
1、当APP task任务执行到设置GapAdv_create #2时,会跳转执行SimplePeripheral_advCallback(此函数是向BLE stack传入的回调)将APP_ADV_EVT入队。
关于这一步我的理解是: BLE stack的优先级高于APP task,所以当GapAdv_enable之后…
您好,久等了。
使用 OSAL Simple NV (OSAL SNV) 时,必须仅使用 osal_snv_read() 和 osal_snv_write() 函数进行读取和写入,如 the Non Volatile Storage with the BLE-Stack section of the User's Guide. 指定的那样。 读取函数应该处理获取数据并以与写入时相同的形式将其呈现给用户。
链接如下,
https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_7_10_01_24…
Other Parts Discussed in Thread: BLE-STACK 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1525108/cc2340r5-understanding-icall_max_num_entities-and…