lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwIP hangs after some data transferred


From: Krzysztof Wesołowski
Subject: Re: [lwip-users] lwIP hangs after some data transferred
Date: Tue, 2 Sep 2014 19:38:51 +0200

You can enable LWIP debugging messages in lwipopts.h, and forward them to some working uart.

It will be useful during initial debugging.

Stopping working after some time can ba caused be memory leaks, and debug info with name of empty pool will help.

Second possible issue is that some old (?) STM32 demo code only processed one packet per interrupt, causing extra packets to be stalled in memory.

Regards,
Krzysztof Wesołowski,
tel. +48 721 337 238

reply via email to

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