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.

CC2640R2F 多输入引脚唤醒,在sensor controller中没有找到相关介绍,如何使用呢?

sensor controller中关于GPIO 唤醒事件,文档的语句,只能设置一个io进行唤醒:

evhSetupGpioTrigger(0, AUXIO_I_SENSOR_IRQ, 0, EVH_GPIO_TRIG_ON_EDGE);

我需要多个引脚,每个引脚配置不同的唤醒方式,有的下降沿触发唤醒,有的上升沿触发唤醒。唤醒后,软件再读取io判别具体的输入。

这个功能如何实现呢?没有找到相关参考