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 rtos与nortos如何选择?

1、选择rtos时,可以不考虑繁琐的低功耗,但担心rtos本身占用很多功耗,有跑裸机跟跑rtos的功耗对比数据吗?比如一个任务同样跑1星期,裸机与操作系统两者功耗相差多少?无任务同样跑1星期,裸机与操作系统两者功耗相差多少?

      ti-rtos无任务时自动进入低功耗状态的延时是多久?

2、若基于nortos使用sensor controll中断唤醒主cpu(M3),这个代码如何实现?sensor controll的中断任务中调用什么接口能唤醒M3,M3执行完能调用什么接口只让sensor controll运行?