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: Dirk Ziegelmeier
Subject: Re: [lwip-users] lwip 2.0.2 + freertos + ARM7
Date: Thu, 11 May 2017 17:53:44 +0200

The two APIs can coexist.

regarding your code: Sorry, this code is so horribly wrong :-( I am sorry for being rude - you also need a LOT of education in C code. And, if your compiler compiles this, the warning settings are way too relaxed or you really should read and fix all compiler warnings.

​Sorry, you have a too long way to go there, can't help you there.​

Dirk



On Thu, May 11, 2017 at 2:10 PM,
​​
Werner Motz <address@hidden> wrote:

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

 


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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