STM32RTC icon indicating copy to clipboard operation
STM32RTC copied to clipboard

stm32RTC start alarm with a 64bit accuracy on Subseconds param

Open FRASTM opened this issue 1 year ago • 0 comments

When the number of SubSeconds exceeds 32bit value during calculations the Alarm still needs to be set with bigger range. This is done with a new RTC_StartAlarm64 function.

FRASTM avatar Mar 12 '24 10:03 FRASTM