Regarding RTC Alarm Interrupt
Hello STM32 Community,
I'm currently working with the RTC peripheral on an STM32F4 device, and I have a question regarding RTC alarm events.
I've been able to generate interrupts at specific intervals, such as 250ms or 500ms etc, using the RTC alarm feature. However, I'm now seeking a method to generate a fixed millisecond interrupt, approximately 333msec, using the RTC alarm subsecond functionality (e.g., RTC_ALARMSUBSECONDMASK_SS14).
Could anyone provide insights or suggestions on how to achieve this?
Thank you in advance for your assistance.
