初级会员

- 积分
- 178
- 金钱
- 178
- 注册时间
- 2015-5-28
- 在线时间
- 21 小时
|
10金钱
本帖最后由 yefeng159 于 2016-3-14 23:49 编辑
OS_EXIT_CRITICAL();
data_len=0;
printf("%s\r\n",udp_demo_recvbuf);
netbuf_delete(recvbuf); while(netconn_delete(udpconn) != ERR_OK);
以下是提示的错误
Assertion "msg->conn->type == NETCONN_TCP" failed at line 1457 in LWIP\lwip-1.4.1\src\api\api_msg.c
Assertion "msg->conn->type == NETCONN_TCP" failed at line 839 in LWIP\lwip-1.4.1\src\api\api_msg.c
Assertion "OSSemDel " failed at line 262 in LWIP\arch\sys_arch.c
数据发送失败
Assertion "pbuf_free: p->ref > 0" failed at line 650 in LWIP\lwip-1.4.1\src\core\pbuf.c
Assertion "msg->conn->type == NETCONN_TCP" failed at line 1457 in LWIP\lwip-1.4.1\src\api\api_msg.c
Assertion "msg->conn->type == NETCONN_TCP" failed at line 839 in LWIP\lwip-1.4.1\src\api\api_msg.c
Assertion "OSSemDel " failed at line 262 in LWIP\arch\sys_arch.c
|
|