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...@nongnu.org 
<lwip-users-bounces+christoph=winterstiger...@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 devel...@sbcglobal.net <mailto:devel...@sbcglobal.net>  
915-595-1613

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

Reply via email to