在使用BLE_LOG功能时,发现有很多icall_directAPI调用,但是只显示函数地址;
例如我想查看GGS_SetParameter();
只能定位到gapgattserver.h文件中的extern引用
全局搜索SDK也没有源文件;
请问这怎么判断BLE_LOG打印出的是哪个函数呢?
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.
在使用BLE_LOG功能时,发现有很多icall_directAPI调用,但是只显示函数地址;
例如我想查看GGS_SetParameter();
只能定位到gapgattserver.h文件中的extern引用
全局搜索SDK也没有源文件;
请问这怎么判断BLE_LOG打印出的是哪个函数呢?
可以尝试使用CCS中自带的Debug
查询函数跳转到哪里 运行到哪里
https://software-dl.ti.com/ccs/esd/documents/users_guide/index_debug.html