This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FreeRTOS: RTC interrupt dissapears

Hi everyone

I'm facing a weird problem in my design and FreeRTOS. Apparently, my system was working fine, but along I'm adding more tasks, i've detected the system stops working after a while. This time is random: sometimes freezes at several seconds after booting, some other times after several minutes.

By debugging, I've detected the RTC interrupt stops being triggered. Apparently, it has been disabled. I've to add that in my FreeRTOS configuration, I've disabled the tickless mode.

Any idea about why is this happening?

Thanks in advance

Elena

Related