SDK:simplelink_cc13xx_cc26xx_sdk_6_10_00_29
simple_peripheral project, 希望能在傳完data給central後, 馬上用進入Standby mode
期間完全不wakeup, 只能由Sensor controller發alert來wakeup M3
有找到Power_sleep()的指令, 但其不能由application發出:
@warning This function must be called with interrupts disabled, and
* should not be called directly by the application, or by any drivers.
Task_sleep(N)的指令需要指定時間N的長度
請問是否有任何指令是沒有時間長度的sleep呢?