Re: [lwip-users] lwip stall

2014-10-06 Thread Sergio R. Caprile
Thank you Jens I'm discussing this with my shrink, the STM bug haunts me in my dreams... ;^) Maybe Simon can modify the list signup banner to read: if you are using an ST micro with the STCube software, apply this patch and try before you sign up and post Never mind, just joking, fancy

Re: [lwip-users] lwip stall

2014-10-06 Thread rmawatson rmawatson
Hi Jens, I came across your post and checked that these changes had been applied. Looking at the latest source, they have been. So this does not seem to be what is causing my problems. What is also strange, besides the original problem ,is that I get intermittent message rates. Sometimes (from

Re: [lwip-users] lwip stall

2014-10-06 Thread Michael Steinecke
Hi, actually, STM made only a partial bugfix. I've ran in the same mistake. The do/while loop in ethernetif_input() is still missing in the CubeMX software. void ethernetif_input( void const * argument ) { struct pbuf *p; struct netif *netif = (struct netif *) argument; for( ;; ) {