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.
Hi, all,
we use znp and znp-host-framework develop our appilication. Znp runs on cc2630, and znp-host-framework runs on an host processor which has Ubuntu OS. The communicates interface between them is from UART. And we'd like to use "UART without Power Management" mode which requires only two wires(RX/TX).
But during our test, I always failed to acess CC2630. It always feed back folow message, which seems CC2630 didn't response to host app.:
# /opt/cmdLine.bin /dev/ttyS1
Do you wish to start/join a new network? (y/n)
y
rpcSendFrame: SRSP Error - CMD0: 0x21 CMD1: 0x09
network start failed
Network Error
rpcSendFrame: SRSP Error - CMD0: 0x21 CMD1: 0x04
rpcSendFrame: SRSP Error - CMD0: 0x21 CMD1: 0x09
Enter CMD
I'm confusing about it because when I did the same test from USB-to-Serial interface, it could connect successful.
Failed case : 【CC2630 Serial(RX/TX)】 <---> 【Host CPU Serial(TX/RX)】
Success case: 【CC2630 Serial(RX/TX)-To-USB】 <---> 【Host CPU (USB driver, /dev/ttyUSB0)】
The difference between them is USB-To-Serial switch chip. But the Uart interface is same RX/TX wires.
Is there any points I didn't understand correctly? Very appreciate for your any advice.