-
Notifications
You must be signed in to change notification settings - Fork 56
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
LoRaWAN RTOS project hang up #69
Comments
Hello @WisangAnggoro, Thank you for this report. We will get back to you as soon as we analyze it further. This may take some time. Thank you for your comprehension. With regards, |
ST Internal Reference: 158184 |
Additionally; I see the same/similar behavior. After the second SendTxData, it "hangs". What has happened is that the Hmmmm... While preparing to make my project available on Github, changing the silly name to something useful, but otherwise no change, I now got many subsequent SendTx completions, but stopped after 11. Could it be a timing issue? Anyway, the project is available on https://github.com/niclash/colibri-1dp-mcu1 Here is my log output ("Next:" was added at end of
|
Hello @WisangAnggoro, We tried to reproduce the issue, but with no success so far. I confirm blinkTask correctly executes, as I'm able to see the Leds blinking, and the uplink messages being sent to the LoraWAN Network server. Regards, |
Setup:
NucleoWL55JC
The latest version of this project 8a8140f
IDE:
STM32CubeIDE 1.10.1
Bug & Question:
Hi there, I want to create a LoRaWAN project based on STM32WL with the RTOS feature. I've already tried what I describe in the steps below, just a normal program with LED Blink. Most of the time it hangs up and not continuing both the LoRa and Blink Program. Maybe someone can give a suggestion of where I did wrong here. Any suggestion to make this work or anything to allow LoRaWAN project with STM32WL and RTOS would be appreciated.
Also, I have one question, let me write it here rather than opening a new issue:
Does project LoRaWAN_End_Node_FreeRTOS use dual core in its code? If not, how I maximize the dual-core feature for my LoRaWAN RTOS project? Any solution for this project or alternative solution using other than this project is ok and appreciated.
How to reproduce the bug:
Blink Task Attribute:
Blink Task Function:
Adding it to
MX_FREERTOS_Init
The text was updated successfully, but these errors were encountered: