Replies: 1 comment
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hy everybody, I am working with Thales PLS83-W modem and use the CONFIG_GSM_MUX=y for muxing the PPP interface and the AT commands.
I am able to send the AT commands to the modem and get a response. To get the PPP network interface up I use the CONFIG_MODEM_GSM_PPP=y to get PPP and everything works fine after the modem is registered to the network I get an IP address and PPP interface is up and running. But shortly after that everything crashes and I geet a BUS FAULT ERROR
I guess I should increase some stack size, but not sure which one.
This is my log output.
My prj.conf file:
CONFIG_UART_MUX_RINGBUF_SIZE=512
Beta Was this translation helpful? Give feedback.
All reactions