2025-02-24 8:06 AM
Hi everyone
I having issues trying to use "CONTEXT_MANAGEMENT_ENABLED " option in LoraWAN examples . I couldn't find "nvmm.h" library. Where can I find it ?.
Is this feature fully functional ? Do you have any examples or is it just activate the "define" .
Finally is the 2021 version of LoraWAN cube package the last one ? https://www.st.com/en/embedded-software/i-cube-lrwan.html .
Thanks in advance
2025-02-24 8:34 AM
Hello,
The Cube LRWAN package you mentioned it not the latest one and has not been updated for years.
We recommend you to use the STM32CubeWL ( https://www.st.com/en/embedded-software/stm32cubewl.html ) where you can find many SW examples for LoRaWAN End_Node, AT_Slave, etc.
Regards,
Victor.
2025-02-24 9:48 AM
Thanks
About the patch may I do it manually ? I clearly see that is recently* update 2024 sounds great !
2025-02-24 10:07 AM
@VicR wrote:The Cube LRWAN package ... has not been updated for years.
separate question about that:
https://community.st.com/t5/stm32-mcus-wireless/i-cube-lrwan-abandoned/m-p/776191
2025-02-25 11:09 AM
Thanks VicR I was able to use the last version . I replace all the files from patch to the main cube folder .
However I've noticed that the join fails too much . The old code was failing less , but both never join at the first try. Do you know if there's some configuration or procedure that could be missing ?
I'm using TTN and the most of the try that you can see above not even appear in the dashboard logs . After the joining the next messages arrives without problem .
So far I'm reviewing timeouts and RX windows but it's weird why with the old fail the first time as well.
I need that it works for the first time and also save the context to save power . This way the device can then just send the data and no waste time joining.
Thanks in advance