TI论坛
直播中

王东

7年用户 228经验值
私信 关注

请问CC1310系统任务时间片是多少?如何修改?

本帖最后由 一只耳朵怪 于 2018-6-6 16:25 编辑

CC1310(如附件所示例子)系统任务时间片是多少?如何修改?谢谢

回帖(1)

盛越熊

2018-6-6 05:54:17
默认的systick是10us,在.cfg文件中设置的。
/* ================ Clock configuration ================ */
var Clock = xdc.useModule('ti.sy***ios.knl.Clock');
/*
* When using Power and calibrateRCOSC is set to true, this should be set to 10.
* The timer used by the Clock module supports TickMode_DYNAMIC. This enables us
* to set the tick period to 10 us without generating the overhead of additional
* interrupts.
*
* Note: The calibrateRCOSC parameter is set within the Power configuration
* structure in the "Board.c" file.
*/
Clock.tickPeriod = 10;
举报

更多回帖

发帖
×
20
完善资料,
赚取积分