cancel
Showing results for 
Search instead for 
Did you mean: 

I am having problem with RTC interrupt of STM32F103. I want my program to go to RTC interrupt every second but it does not work. HAL_RTC_IRQHandler () function never call. Thanks

FBahr
Associate
 
2 REPLIES 2
turboscrew
Senior III

Are you using CubeMX?

Have you enabled the interrupt in NVIC and RTC?

tarasov.alex.m
Associate III

It's hard to tell the problem without seeing your code, that initializes the RTC. As it was mentioned above, probably you havn't enabled the interrupt or configured it in a wrong way.