Other Parts Discussed in Thread: CC2530
TI工程师和各位同事好:
CC2530中断只支持单边沿(上升沿或下降沿)触发,不支持双边沿触发。若要实现即时检测传感器有报警和无报警状态变化,有什么好的方法吗?我现在是报警触发中断,能够即时响应,但是报警状态到报警解除状态无法实现即时响应(cc2530不支持双边沿触发中断)。
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.
Other Parts Discussed in Thread: CC2530
TI工程师和各位同事好:
CC2530中断只支持单边沿(上升沿或下降沿)触发,不支持双边沿触发。若要实现即时检测传感器有报警和无报警状态变化,有什么好的方法吗?我现在是报警触发中断,能够即时响应,但是报警状态到报警解除状态无法实现即时响应(cc2530不支持双边沿触发中断)。
自己顶一下,打算用两个IO口接报警IO,一个上升沿触发中断,一个设置下降沿,不知道行不行