vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 713 forks source link

latchup using stm32 freertos sim800l #559

Open mlopezpalma opened 3 years ago

mlopezpalma commented 3 years ago

[ ] I have read the Troubleshooting section of the ReadMe

What type of issues is this?

[ ] Request to support a new module

[ ] Bug or problem compiling the library [ ] Bug or issue with library functionality (ie, sending data over TCP/IP) [ ] Question or request for help

What are you working with?

Modem: Main processor board: TinyGSM version: Code:

Scenario, steps to reproduce

Expected result

Actual result

Debug and AT command log

mlopezpalma commented 3 years ago

Dear sirs ; looks like that the delay() used in TinyGSM is not changed to vTaskDelay which is needed by STM32FreeRTOS.h for task change ; have you any recommended action for solve this issue

SRGDamia1 commented 3 years ago

No, sorry.