在不使用TI-RTOS操作系统的情况下,配置RTC定时器使得CPU进入睡眠模式后,10分钟后唤醒。IAR的编译环境下
Alvin Chen:
可以参考一下下面的链接,没有具体demo
dev.ti.com/…/group__aonwuc__api.html
Viki Shi:
目前的例程只有基于TI RTOS的,如果要在non rtos下实现RTC,可以通过API实现。具体可以参考下:
file:///C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/cc26xxware_2_24_03_17272/doc/register_descriptions/CPU_MMAP/AON_RTC.html
dev.ti.com/…/group__aonrtc__api.html
da qin zheng sheng:
需要使用中断的。