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.

在Z-Stack 3.0.2中使用P1_6和P1_7出现异常

Other Parts Discussed in Thread: CC2530, Z-STACK

Z-Stack 3.0.2,使用CC2530的GPIO来模拟I2C通讯,读取传感器的值。使用P1_3(SCL)和P1_4(SDA)正常读取,但是切换到P1_6和P1_7后,读取失败。测试的时候CC Debugger是取了的。

用裸机程序,不跑协议栈,使用P1_6和P1_7也能正常读取传感器。所以怀疑是Z-Stack的问题。

我使用的GenericApp修改成自己的工程来实现的,搜索过,协议栈没有任何地方使用过P1_6和P1_7。

请问有人碰到过类似情况没有?