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.
Fuliang,
工作模式什么的都选对了么?
(见datasheet12页)
BR. Albin
您好,谢谢您的回答。
对,以上问题是模式没选好,已经解决了。
现在存在问题是,发送:HCI_CMND_READ_BUFFER_SIZE 时,CC3000MOD 返回:02 00 FF 00 00 00 00 00 00 00 (这应该是对的)
延时后发送: 0x03 0x00 0x00 0x00 0x00 0x00 0x0b00x00 0xFF 0xFF 0x03 0x00 0x00 0x00 (目的读取HCI_EVNT_READ_BUFFER_SIZE )
CC3000MOD 返回:02 00 FF 00 00 00 00 00 00 00 02 00 FF 00 (这里的数据不对!!!)
需要如何才能获取到 HCI_EVNT_READ_BUFFER_SIZE 信息呢?