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: NORTOS模式下自动唤醒和中断唤醒同时存在

Part Number: CC1310

TI的工程师们,请教一个问题,CC1310在 NORTOS模式下,使用sleep()可以休眠,但IO中断唤醒无法立刻返回执行应用程序;使用Power_idleFunc()可以休眠,但是不能定时唤醒;现在我需要最大30S自动唤醒发送一次数据,30S内有按键唤醒也需要立刻发送一次数据,请问这个在NORTOS模式下该如何处理,有没有相关的例程?