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.

cc1310的RTC怎么使用?

Other Parts Discussed in Thread: CC1310, SYSBIOS

1,我想让cc1310每小时醒来一次,然后无线发送数据出去,然后进入待机模式。用rtc来定时合适吗?

2,rtc怎么使用呢?我看了一下ti\devices\cc13x0\driverlib\aon_rtc.h里面的函数,但是不会用。

3,如果直接使用sleep(n);      n的范围是多少?

  • sleep函数中,n的数据类型是uint32_t

    你也可以使用TI-RTOS里的clock module来实现定时功能,clock module使用可以参考SDK里的例程

    C:\TI\simplelink_cc13x0_sdk_1_60_00_21\examples\rtos\CC1310_LAUNCHXL\sysbios\clock