User Activity

We have previously used version 1.1.0 without issue but are now using 1.2.1 on Windows11.We find that the Save Graph button doesn't do anything.  We expect to see the usual save dialog but get nothing.Currently using an STLINK-V3PWR.  Previously used...
The LoRaWAN middleware End-node (lora-app.c) includes a "Join Switch" mechanism set up around the StopJoinTimer, the OnStopJointTimeEvent function, and the StopJoin() task function.The StopJoin function appears to be used to toggle between ABP and OT...
I'm looking to create a test case to verify that the handling of the interrupt generated by RTC SSRU is working correctly.In the LoRaWAN code base, the SSR time is set up such that the underflow will happen after about 48.5 days.There doesn't seem to...
There some limitations/issues with the generation of the LoRaWAN/Target/radio_conf.hThe template radio_conf_h.ftl is hard coding key values in a way that does not preserve user set values.The following lines are of concern:#define XTAL_DEFAULT_CAP_VA...
We use several operations with the CLI tool to configure and program our device. The final operation sets the RDP for code protection.Following this, we see:Warning: The core is locked upThis is confirmed by the code not executing (non responsive).On...