CC1350在nortos的情况下定时器怎么配置呢?谢谢
时间:12-23
整理:3721RD
点击:
CC1350在nortos的情况下定时器怎么配置呢?谢谢
可以使用GPTimer
具体可以参考
file:///C:/TI/simplelink_cc13x0_sdk_1_50_00_08/docs/tidrivers/doxygen/html/_g_p_timer_c_c26_x_x_8h.html
这例子是不是要基于TIRTOS的?我想要的是不跑操作系统TIRTOS的情况下,配置定时器中断,有没有相关的例子呢?
GPTimer不依赖于TI-RTOS的
你可以参考
C:\TI\simplelink_cc13x0_sdk_1_50_00_08\examples\nortos\CC1310_LAUNCHXL\easylink\rfEasyLinkRx
这里nortos例程里面就用到了GPTimer