-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Riot-os freezes with lwip + enc28j60 + stm32L4 #13088
Comments
Looks like a duplicate of #11860. |
(not sure though, maybe @Clusss89 can confirm) |
it looks like a duplicate but I'm sure though. Btw I compiled this demo plus ipv6 support It seems to work fine
Take into account that my main file runs only the shell, while #11860 runs a custom task I can do other tests/experiments if you need it |
Well, if you face a similar / the same problem, and we could at least beyond reasonable doubt show, that it is the same / a similar problem, it might be shown that this is neither a problem in GNRC or lwIP, but with the device driver or the MCU. |
I found the cause of the problem, system freezes when |
These are at least some ideas, I had to isolate the problem a bit. |
looks like it matches the first case? PS: |
Sorry I should have been clearer... In all cases, DEVELHELP should be kept activated of course. |
(from what I can tell the system always only works if |
you're right, sorry me. I'm compiling it with How we continue now? |
@miri64 @MrKevinWeiss is not reproducible anymore on the current master. I just compile the same project and it works fine. |
Perfect. There have been a couple of bugfixes merged a few months ago. Looks like the did the trick 🎉 |
Description
I'm developing a project that uses an STM32L4 on Nucleo-64 (nucleo-l476rg) board + ENC28J60 transceiver. The system freezes completely in a few seconds when I use networking.
Steps to reproduce the issue
System setup
enc28j60
lwip
Expected results
Actual results
Output:
system freezes on the last line
Versions
I've the same issue with
The text was updated successfully, but these errors were encountered: