cancel
Showing results for 
Search instead for 
Did you mean: 

RTC Alarm B Configuration

mathiyazhagan
Associate II

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?

6 REPLIES 6
STTwo-32
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

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.?

In this wireless context, if I want to implement Alarm B (for independent and specific function) for every 45 second , then how it will be acheived using only Alarm B without using Timer Utility.

As i said before, this is not possible on any wireless context, you can't use the RTC.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Okay understood, Thank you for your response and information !

Now, i have used Util Timer but i want to run it synchronous with real time. How it can be done?