6657移植LWIP 编译后用仿真器下载后,一直在运行,暂停后停在__TI_zero_init,
去掉
tcp_client_pcb = tcp_new(); //建立通信的TCP控制块(pcb)
IP4_ADDR(&remote_ip, DstIPAddr[0],DstIPAddr[1],DstIPAddr[2],DstIPAddr[3]); //远端服务器IP地址
这两个函数后就能停在main了,这是怎么回事??
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.
6657移植LWIP 编译后用仿真器下载后,一直在运行,暂停后停在__TI_zero_init,
去掉
tcp_client_pcb = tcp_new(); //建立通信的TCP控制块(pcb)
IP4_ADDR(&remote_ip, DstIPAddr[0],DstIPAddr[1],DstIPAddr[2],DstIPAddr[3]); //远端服务器IP地址
这两个函数后就能停在main了,这是怎么回事??