lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwip 2.0.2 + freertos + ARM7


From: Werner Motz
Subject: Re: [lwip-users] lwip 2.0.2 + freertos + ARM7
Date: Thu, 11 May 2017 14:10:33 +0200

I cannot because my webserver is already running with raw api.

 

In my Send task I try now…

 

tcpip_callback(tcp_write(pcb, ucrecBuff, supersize, TCP_WRITE_FLAG_COPY),NULL);

tcpip_callback(tcp_output(pcb), NULL);

 

but without success. After the first message sent the system crashed.

I think I am doing something horrible wrong :D

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]