Hello all.
I need to work with the RTC especially its events and interrupts, and I have some misunderstanding after read its manual.
I need to use it for low power systick with embOS RTOS of Segger and for calendar.
I see there is 3 RTC, 3 compares. But when read in the RTC chapter I see there is only 1 prescaler. So:
1. Is there a real 3 seperate RTC with the some prescaler?
2. If not is there 3 separate counters which has dedicate comparator for each of them?
3. If so do I have 1 event for TICK and 3 events for each comparator?
4. And what is the difference between interrupt en and event en in the RTC section?
Thanks
Bar