That's the question. See https://github.com/Lora-net/SWL2001 for the upstream code; apparently development of the Semtech LoRaWAN stack has stopped in favor of this more feature-rich LoRaWAN stack.
I am programming an STM32WLE5CCU6 using STM32CubeProgrammer v2.9.0 and USART / embedded bootloader. Without exception, every binary I attempt to program (ELF or bin does not matter) is truncated at a 4k boundary (0x1E000 in one case, 0x14000 in anoth...
Using the STM32WL firmware V1.1, the end-client framework implements GetBatteryLevel() by reading VREFINT and determining what Vref+ is tied to. Assuming that Vdda is tied to Vdd, this measures the Vdd rail. Given motes likely use Lithium cells with ...
US sub-bands currently make use of the Hybrid feature selected in the LoRaWAN Cube configuration, and that's a good start, but it would be useful to add a run-time API to select sub-bands, like in the US.Dana
Thank you so much for the timely answer!Looking at FW v1.3, it appears to retain the source structure of the LoRaMac reference stack; do I understand functionality has been merged into this from the LoRa Basics Modem stack? (rather than the LoRa Basi...
Like any STM32Cube project, you may change the configuration with Cube and regenerate the code. Of course this may require additional code elsewhere depending what kind of changes you make. I'd suggest getting familiar with Cube before approaching th...
ST CubeIDE/CubeMX has an example application built-in, selected in the Cube options for the LoRaWAN stack ("End Node Skeleton"). So I created a completely new project with Cube for the STM32WLE5 CPU in the RAK3172, porting the GPIO and clock assignme...
I'm seeing a problem that may be related to V1.12.1: when debugging on an STM32WLE5 using an STlink/V2, I often see the debugging session suddenly end when hitting a breakpoint. Restarting STM32CubeIDE makes the problem go away for some time, but it ...