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的范围是多少?