I want to monitor the RTC count and generate an interrupt when a specific count is reached. And without stopping the RTC, I want to generate an interrupt again when the next specific value is reached. Rather than restarting like a timer, the RTC must keep running. Can this be implemented?
[example]
RTC[0] count = 100000 -> interrput
RTC[0] count = 200000 -> interrput
RTC[0] count = 400000 -> interrput