#include<ti/sysbios/hal/Seconds.h>
seconds模块的API说Seconds可以精确到纳秒。是不是真的?launchpad上晶振最大才48MHz。
typedef struct Seconds_Time {
UInt32 secs;
// Seconds
UInt32 nsecs;
// Nanoseconds
} Seconds_Time;
Viki Shi:
10us
The default TI-RTOS kernel tick period is 1 millisecond. For CC13x2 or CC26x2 devices, this is reconfigured in the TI-RTOS configuration file (.cfg):
Clock.tickPeriod = 10;
gaoyang9992006:
没有找到有说精确到ns的说明啊
TI中文支持网
