CC3000使用了一段时间了,前面的配置,连接都没问题,在TCP客户端模式下,调用send会卡死,但是实际上,接收端却已经能收到正确的数据了。
调试发现是卡死在这里:SimpleLinkWaitEvent(HCI_EVNT_SEND, &tSocketSendEvent);
不知道是什么原因呢??
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使用了一段时间了,前面的配置,连接都没问题,在TCP客户端模式下,调用send会卡死,但是实际上,接收端却已经能收到正确的数据了。
调试发现是卡死在这里:SimpleLinkWaitEvent(HCI_EVNT_SEND, &tSocketSendEvent);
不知道是什么原因呢??
您现在使用的MCU是什么?目前的SDK版本是?
“Module is used to get hang sometimes after issuing the first command at the time of power recycle or microprocessor reset. This issue is resolved by deselecting the CS(chip select) pin immediately on power up by default.”
谢谢您
我用的是STM32103系列的,前面的扫描AP,配置等都没问题哦
用的是SDK V1.11版本的