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.

我是使用CC1352P Z-stack ZNP 架構, 關於uart cmd , 想請問一下

Other Parts Discussed in Thread: CC1352P, Z-STACK

我是使用CC1352P Z-stack ZNP 架構, 關於uart cmd  , 想請問一下

retVal = zb_write_configuration(ZCD_NV_panID, 0x2266);

我下這個 cmd 

PIPE:LOS: SOC OUT --> 9 Bytes: SOF:FE, Len:04, CMD0:26, CMD1:05, Payload:83:02:22:66,  msg[i]:06    FCS:E2

1352P 回 

PIPE:LOS: SOC IN <-- 8 Bytes: SOF:FE, Len:03, CMD0:60, CMD1:00, Payload:01:26:05,msg[i]:05 FCS:41

按 spec 應該是回 :  Len:01, CMD0:66, CMD1:05

為什麼會回錯 , 可以請問是哪裡出問題嗎?