4793|2

5

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

TI-RTOS例程问题,例程中有创建任务函数,但main函数不见在哪调用了 [复制链接]

下面是官方TI-RTOS中LCD例程,main函数如下所示,例程中有创建任务函数Void lcdLowPriorityFxn(UArg a0, UArg a1) { };但是main函数却不见在哪调用了,本人初学CC1310,搞不懂这个例程,请大神帮忙解答一下,谢谢啦!
/*
* ======== main ========
*
*/
int main(void)
{
/* Call board init functions */
Board_initGeneral();
/* Set constraints for standby, powerdown and idle mode */
Power_setConstraint(Power_IDLE_PD_DISALLOW);
Power_setConstraint(Power_SB_DISALLOW);
Power_setConstraint(Power_SD_DISALLOW);
System_printf("Starting the LCD example\nSystem provider is set to SysMin."
" Halt the target to view any SysMin contents in ROV.\n");
/* SysMin will only print to the console when you call flush or exit */
System_flush();
/* Start BIOS */
BIOS_start();
return (0);
}

此帖出自无线连接论坛

最新回复

  详情 回复 发表于 2016-11-3 10:05
点赞 关注
 

回复
举报

5

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
求教啊
此帖出自无线连接论坛
 
 

回复

1

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
此帖出自无线连接论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
快速回复 返回顶部 返回列表