Tim Lambrix <[email protected]> wrote: > It looks like all the work of the lwip processing, transmitting, and > receiving occurs in the function stellarisif_interrupt() which I included > below:
Except for your call to tcp_write(). You need to sort this out with TI: either a) you must call tcp_write() from the same interrupt context or b) the ethernet driver interrupt must not call into lwIP or c) you need to disable the ethernet interrupt while calling any lwIP function from your main application. Simon -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
