You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library in PlatformIO on STM32F401 with both W5100 and W5500. In my application I'm using HTTP server and WebSocket server - that's where I've discovered this issue. When I have WS connected and I'm sending some HTTP requests, it randomly gets stuck in this loop, just stays there forever. SnIR returns 0 and SnSR returns 0x14.
I've managed to replicate the issue with just this piece of code:
I'm using this library in PlatformIO on STM32F401 with both W5100 and W5500. In my application I'm using HTTP server and WebSocket server - that's where I've discovered this issue. When I have WS connected and I'm sending some HTTP requests, it randomly gets stuck in this loop, just stays there forever.
SnIR
returns0
andSnSR
returns0x14
.I've managed to replicate the issue with just this piece of code:
This fails 100% of the time, just quicker than my main app, like in 1-10 seconds.
My observations:
client.write("xxx");
, it looks like it works just fine (I waited for just like 20 minutes, not too long)I don't know if I'm just doing something wrong or if this is a bug in this library / in STM SPI / in Wiznet / ...
Any ideas please?
Thanks!
The text was updated successfully, but these errors were encountered: