User Activity

I have a CubeWL-based, CubeMX-generated LoRaWAN application (868Mhz region) on Helium (LNS tells me RX1 delay is 1s).OTAA join and confirmed msg downlink reception seemed very unreliable, even with a gateway just in the other room (OTAA ± 5 tries, up...
In order to mute the COMP for some time, I deactivated the interrupt with HAL_NVIC_DisableInterrupt(COMP_IRQn) and re-activated after a certain time respectively.In between I am in STOP2, some uA normal consumption.Now, while the interrupt is disable...
I want to generate a constant, steady voltage as COMP INPM in STOP1 with the DAC (using HAL libs at the moment).Unfortunately I cannot get a steady signal. The voltage drifts around some seconds, stabilises and starts from the beginning (oddly seems ...
RTC3 of some newer STM32s introduce a RTC mixed mode, where both binary part (32-bit down-counting sub-seconds register SSR) and classic BCD calender (TR/DT) mode are operational.In my case I am using this for classic style BCD alarms together with b...
Hi there,I am wondering what the probe line settings in the LoraWan software pack are for (End node skeleton).My guess is they are used to signal the occurance of some events while SWD debugging is disabled, but I couldn't find any usage of them in t...