TI中文支持网
TI专业的中文技术问题搜集分享网站

TI-RTOS seconds模块精度问题

#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的说明啊

赞(0)
未经允许不得转载:TI中文支持网 » TI-RTOS seconds模块精度问题
分享到: 更多 (0)