Skip to main content
Associate II
September 19, 2025
Question

RTC Alarm B Configuration

  • September 19, 2025
  • 1 reply
  • 707 views

I am using stm32wle5jc ( LoRa Wio E5 mini board) with stm32wl FW stack. I tried lot ways to implement the RTC Alarm B (in BIN, MIXED and BCD mode). But is stops entire LoRa Process. How I fixed that?

1 reply

STTwo-32
Technical Moderator
September 19, 2025

Hello @mathiyazhagan and welcome to the ST Community 

On the Wireless context, the RTC is reserved for the Sub-GHz part of the application. So, if you want to implement an alarm, you may use the HW timer server utility. More details available on the chapter 9.2 of the AN5406.

Best Regards.

STTwo-32

Associate II
September 19, 2025

Yeah! Timer Utilities are working. But I want Alarm B that runs on real time based alarm tracking ( like Alarm A as Timer utilities and Alarm B for real time and date track ). How configure this without disturbing other processes.?