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.

CC3000的 SPI通讯问题

Other Parts Discussed in Thread: CC2538, Z-STACK

你好:

我的硬件平台是CC2538+CC3000,软件平台是Z-Stack Home 1.1.0 + Gateway

现遇到如下问题:

1, HOST向CC3000发送的第一条命令是: hci_command_send(HCI_CMND_SIMPLE_LINK_START, ptr, WLAN_SL_INIT_START_PARAMS_LEN); 

   对应的SPI数据时 0x01,0x00, 0x05,0x00,0x00,0x01,0x00,0x40,0x01,0x00

 

2,CC3000的回应应该是:0x02,0x00,0x00,0x00,0x05,0x04,0x00,0x40,0x01,0x00

     但我实际收到的数据时:0x02,0x00,0x00,0x00,0x07,0x04,0x00,0x10,0x02,0x00

 程序无法继续执行下去,不知道是通讯错误导致的接收数据有误还是这是一个代表什么信息的数据包?