Other Parts Discussed in Thread: CC2530, Z-STACK
我看使能PA都是在协议栈里设置的,但是我们公司不打算使用协议栈,那这种情况下PA还能用吗?
如果可以,程序如何修改?
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里的程序,然后在cc2530上加2591/2592?
不使用协议栈那就得你们自己在裸机下调试了,电路上也得去研究。
对啊。我大概看了加PA时,协议栈里要做的相应修改,感觉就是在发射和接收数据的时候配置那两个IO口的高低电平,以驱动PA芯片。
所以就想不用协议栈,应该也可以吧??直接把底层代码移植过来。我还没有深入研究代码,想问问是不是能实现