-
Notifications
You must be signed in to change notification settings - Fork 21
BG96 compatibility #3
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
Comments
Hi. Will it panic without CMUX enabled (by commenting/removing esp_modem_start_cmux(dte))? |
Hi. No, it won't panic, but it won't switch between modes, right?
This is the log now |
No it won't. You can move this line around and enable CMUX every time you're not in PPP (or CMUX) mode. I think you need to check what's happening at esp_modem.c:832 |
at esp_modem.c:832 dte->change_mode is executed to change to MODEM_CMUX_MODE which is a pretty simple function. So I'm not that sure of what could be happening there. Also the start_cmux is being executed in that piece of code, I was hoping you could tell me what to do, or what could I try to debug it. |
Seems that the problem is the missing of the: |
Hi, I'm trying to run this code on a BG96. After setting everything to it I flash the code and here is the ouput log:
It seems that the start_cmux function isn't working but I don't understand which instruction is prohibited, Any idea of what could be wrong?
Best regards,
P
The text was updated successfully, but these errors were encountered: