1、选择rtos时,可以不考虑繁琐的低功耗,但担心rtos本身占用很多功耗,有跑裸机跟跑rtos的功耗对比数据吗?比如一个任务同样跑1星期,裸机与操作系统两者功耗相差多少?无任务同样跑1星期,裸机与操作系统两者功耗相差多少?
ti-rtos无任务时自动进入低功耗状态的延时是多久?
2、若基于nortos使用sensor controll中断唤醒主cpu(M3),这个代码如何实现?sensor controll的中断任务中调用什么接口能唤醒M3,M3执行完能调用什么接口只让sensor controll运行?
Alvin Chen:
回复 Alvin Chen:
建议选择TI RTOS大多数例程都是基于TI RTOS, TI 15.4 STACK 只能在RTOS使用
user6129142:
回复 Alvin Chen:
手册中提到sensor controller可单独运行:
Autonomous, intelligent sensor interface that can wake up independently of the main CPU system
to perform sensor readings, collect data, and determine if the main CPU must be woken.这个我理解成sensor controller可唤醒M3,是理解错了吗?这个的意思是?
user6129142:
回复 Alvin Chen:
使用裸机开发低功耗难点在于哪块?若根据ti-rtos找到各种mcu低功耗状态的迁移,是否可以直接裸机开发,请问是不是别的注意点?
Invoker:
回复 Alvin Chen:
请问sensor controller studio的帮助手册中有提到,System CPU Alert 这个功能。这个不能唤醒主MCU吗?