-
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
semtech_loramac_init blocking #17907
Comments
Hi, you could try enabling debug messages in the drivers to see what's going on. For example, in -#define ENABLE_DEBUG 0
+#define ENABLE_DEBUG 1 |
Can you check if your problem is fixed by disabling the EEPROM usage ? (by trying PR #17969) |
Re-opening since there is no confirmation that this is actually fixed yet, it was auto-closed by the merged #17970 |
Let's say the absence of further complaints is confirming that #17970 indeed fixed the issue :) |
Sorry to break bad news, but I've stumbled on this problem right now on a SAMR34-XPRO board. I'm testing contrib/semtech_loramac.c Here is an excerpt of what happens at board reset:
No radio packet is emitted (at least, nothing arrives at my gateway), and the board is stuck. |
Description
the function semtech_loramac_init is blocking, never return, in the example RIOT/examples/lorawan
RIOT/examples/lorawan/main.c
Line 165 in a687552
Working in version 2022.01
Steps to reproduce the issue
Run the example RIOT/examples/lorawan with a board with sx1276. You dont need to set APPKEY and DEVEUI to test.
The program is stuck at semtech_loramac_init
RIOT/examples/lorawan/main.c
Line 165 in a687552
Versions
Working in version 2022.01
The text was updated successfully, but these errors were encountered: