Part Number:CC2640R2F
cc2640R2F进入standby模式后,如何通过配置某一管脚,可以将其从standby中唤醒。
测试过配置 PIN_setConfig(hKeyPins, PINCC26XX_BM_WAKEUP, CC2640R2_KATVR_PIN_BJ | PINCC26XX_WAKEUP_NEGEDGE);可以在shutdown下唤醒,standby无效。
Nick Sun:
您好,
感谢您对TI产品的支持,我们需要一点时间查看这个问题,有答复联系您。
,
Nick Sun:
您好,
有关如何唤醒器件和处理中断的演示、请参阅 pinInterrupt 示例。您还可以创建信号量以在主 while 循环期间挂起并从回调上下文中发布。
(Please refer to the pinInterrupt example for a demonstration of how to wake the device and service an interrupt. They could furthermore create semaphores to pend during the main while loop and post from the callback context.)