现 作的从设备大概功能是,使用有限广播180S后,cc2640进入shutdown 模式,这样有两个问题,1,怎么确实有限广播包发完了?2.怎么进入shutdown 模式?谢谢啊
HG:
Please see "6.6.5 Shutdown Mode" in the CC26xx TRM (SWCU117). This section clearly lists the available wake sources.
系统没法自动进入shutdown 模式,需要人为调用Power_shutdown(NULL);。
在shutdown模式下晶振都没了,程序不再运行,含RTOS。RTOS只能控制系统进入standby模式,shutdown只能手动。
shutdown模式是不会有内存保持,靠IO唤醒。