STM32WL55JC1 LoRa EndNode example not working when RTC Bin Mode set to "Free running BCD calender and binary mode"
Hi,
currently I am working with the NUCLEO-WL55JC1, using the STM32Cube FW_WL V1.3.0 and the LoRaWAN_End_Node example as base.
My target is to keep the LoRa stack working as it is on the example, but also to use the RTC to store the current date and time values, since I have to log the measurements with timestamp on an external memory.
When I try to use the RTC Bin Mode set to "Free running BCD calender and binary mode" or "Free running BCD calender mode", the example simply stop working. The last log I get on screen is : "MAC txDone".
Is that a way to use the internal RTC to save current date and time, and keep the LoRaWAN stack working?
System info:
STM32CubeIDE : 1.11.2 (Windows version)
STM32CubeMX : 6.7.0-RC4
I've found someone with a similar problem, but I was not able to solve my problem with the given answer (Question : BCD Calendar and Binary mode (mix mode) alarm is not working in STM32WL55 by digidhamu)
Many thanks in advance!
