-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Hardfault error sometimes #54
Comments
Doyou know what was instruction causing hardfault? Which core do you use? |
I'm trying to debug it. Is it a blocking function? will loop forever if it causes any error? I'm using mqtt client example. |
Is it possible to turn off GSM module after connection? I want to send data 10 minutes every times but don't want to keep it on to save battery |
Cmsis-os2 is working well. Function is blocking yes. |
I'm trying to use Sim7000E. I have to send a few commands "AT" to get "OK" to config the auto baurt rate before initializing the library. Is there anywhere in the lib to do that? I recognize that it won't work if Simcom has not been configured the COM rate automatically. |
This implementation is not available in the lib at the moment |
Hello,
Sometimes, I get hardfault error when calling this function to attach network? I'm using Sim800C with STM32
while (lwgsm_network_request_attach() != lwgsmOK) {
lwgsm_delay(1000);
printf("Network request attach FAILED \r\n");
if(count_connect++ >5)
{
goto terminate;
}
}
Any idea to resolve it?
The text was updated successfully, but these errors were encountered: