Skip to main content
Visitor II
March 26, 2024
Question

Cantinious RTC alarm on stm32f411ceu6

  • March 26, 2024
  • 1 reply
  • 596 views

I am trying to set alarm canitnously in loop every 4min.

But it is working only 5 time.
Is there any way to set alarm cantinously after every 4 min.
 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    March 27, 2024

    Hello @Kai_Satone ,

    Are you using alarm masks to make infinite periodic?

    I recommend you to take a look at this wiki Getting started with RTC - stm32mcu. This wiki explains how make infinite periodic using alarm masks.

    I hope this help you!

    Kaouthar