Part Number:LAUNCHXL-CC1352R1Other Parts Discussed in Thread:SYSBIOS
SDK: simplelink_cc13xx_cc26xx_sdk_6_10_00_29
在simple_central 中加入 usleep 會得到錯誤訊息
unresolved symbol usleep, first referenced in <whole-program>
已經有incluse以下header
#include <stdint.h>
#include <stddef.h>
#include <unistd.h>
請問還有其他需要include嗎?
Kevin Qiu1:
usleep是posix中的API,要在ti-rtos中使用还需要在工程Tools/app.cfg 文件中添加以下代码:
var Settings = xdc.useModule('ti.sysbios.posix.Settings');