You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are starting some projects using xDot but we are facing an issue with sleep functions.
If we compile the project using the Mbed online compiler, Dot exemples (the OTA one) are working. But the library used is the ARMCC one.
We use to work offline with Mbed CLI and GCC ARM toolchain (last version Q4 2017).
But when compiled the exact same example with the same mbed-os version (5.7.7) the sleep calls are blocking the application.
I mean:
The program starts correctly and connect to the LoRa network. Then each sleep call block the program forever. Here is the last output we get:
[INFO] successfully sent data to gateway
[INFO] sleeping 56s or until interrupt on WAKE pin
However, the program is not completly frozen as it wakes up if we press the button connected to the WAKE pin.
I guess its an issue with the RTC configuration that is not properly configured and never wakes up the MCU.
Thanks for your help,
Pierre-Marie
The text was updated successfully, but these errors were encountered:
Hello,
We are starting some projects using xDot but we are facing an issue with sleep functions.
If we compile the project using the Mbed online compiler, Dot exemples (the OTA one) are working. But the library used is the
ARMCC
one.We use to work offline with Mbed CLI and GCC ARM toolchain (last version Q4 2017).
But when compiled the exact same example with the same mbed-os version (5.7.7) the sleep calls are blocking the application.
I mean:
The program starts correctly and connect to the LoRa network. Then each sleep call block the program forever. Here is the last output we get:
However, the program is not completly frozen as it wakes up if we press the button connected to the WAKE pin.
I guess its an issue with the RTC configuration that is not properly configured and never wakes up the MCU.
Thanks for your help,
Pierre-Marie
The text was updated successfully, but these errors were encountered: