This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTC_IRQHandler never entered

Hi everybody,

I want to use the the RTC (Real Time Counter) interrupt in my code. To do it, I need to program the associated RTC_IRQHandler function which is declared in the startup-ARMC0plus.s file.

First, I initialized the RTC in a counter.c file as follow. It wrap when it reaches 0x1FFFFFFF and the interruption must be risen.

I also programmed the RTC_IRQHandler in the same file

However, when the counter wraps, the interrupts is risen but the program never enter the RTC_IRQHandler function.

What could be wrong ?

Thank you for your help.

Best regards.

Rémi G.

0