Hi,
I am working on RTC implementation. I had a doubt..
Is it possible to generate interrupts on different channels (channel 0/1/2/3) using same RTC instance ?
Thanks
Hi,
I am working on RTC implementation. I had a doubt..
Is it possible to generate interrupts on different channels (channel 0/1/2/3) using same RTC instance ?
Thanks
By channel do you mean the CC registers? If so, then yes, each RTC instance has 4 compare registers CC[0-3], and you can generate interrupts from all of them. You do this by setting the corresponding fields in the INTENSET register (COMPARE0 - COMPARE3).
By channel do you mean the CC registers? If so, then yes, each RTC instance has 4 compare registers CC[0-3], and you can generate interrupts from all of them. You do this by setting the corresponding fields in the INTENSET register (COMPARE0 - COMPARE3).