lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip on pico_w


From: Christoph M. Wintersteiger
Subject: Re: [lwip-users] lwip on pico_w
Date: Wed, 26 Apr 2023 10:56:28 +0100

Hi Edward,

 

Yes, I’m using lwIP on Picos as well. In my case, the MQTT client was a bit of a pain and kept throwing me into random panics too. The problem is that it doesn’t take the state lock. Basically, all calls to mqtt_* functions have to be guarded by cyw43_arch_lwip_begin() / cyw43_arch_lwip_end(). Once I did that, everything became quite stable for me.

 

Cheers,

Christoph

 

From: lwip-users-bounces+christoph=winterstiger.at@nongnu.org <lwip-users-bounces+christoph=winterstiger.at@nongnu.org> On Behalf Of Edward Vidal
Sent: Tuesday, April 25, 2023 11:08 PM
To: lwip-users@nongnu.org
Subject: [lwip-users] lwip on pico_w

 

Hello All:

I have a pico_w running mqtt iperf tcp sever and ntp. I runs ok for several hours then I get ****panic*** which appears to be coming from pico-sdk runtime.c?

Is any using lwip with pico_w?

Thanks in advance.

 

Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613


reply via email to

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