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.

CC2652R: 在TI-RTOS中使用Timer_Params_init(),提示找不到。

Part Number: CC2652R
Other Parts Discussed in Thread: SYSBIOS,

TI-RTOS给我的感觉就是难学,难到说不上来怎么难学。

在rfPacketTx_CC26X2R1_LAUNCHXL_tirtos_ccs的基础上,想练习Timer。

已经包含了#include <ti/sysbios/hal/Timer.h>

Timer_Params param_timer;
Timer_Params_init(&param_timer);
param_timer.period= 1000;
param_timer.periodType= Timer_PeriodType_MICROSECS;

但下面的语句报错:

看SYSBIOS 用户手册多少遍了,就是没有弄明白代理的意思。

还需要包含什么Target/Device-Specific的文件吗?