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.

关于网络处理器CC3100消息队列的问题

Other Parts Discussed in Thread: CC3100

在进行一个UDP的通信测试中,我向板子发送多个UDP数据,板子调用一次sl_recvfrom()只能接收第一个数据

我多次调用sl_Recvfrom()函数保证接收到了所有的网络消息,这能证明网络处理器CC3100接收网络数据时存在消息队列这个机制吗?

如果有,请问如何操作这个队列  或者如何操作CC3100

  • 是否通过TI的官方例程UDP进行相关测试

    /*
    * Application Name - UDP socket
    * Application Overview - This is a sample application demonstrating how to
    * open and use a standard UDP socket with CC3100.
    * Application Details - http://processors.wiki.ti.com/index.php/CC31xx_UDP_Socket_Application
    * doc\examples\udp_socket.pdf
    */