Hello,
I am able to control the PRTCSS using the PRTCIF registers and control the GIO with no problems
I do not use the RTC.
I have read the PRTCSS guide and according to the PRTCSS PWRCTRIO[6:0] may be used as interrupt sources and
That the PRTCSS may generate only one interrupt to the DM365 via the PRTCIF.
So from that i understand that i must configure the PRTCSS/PRTCIF regs for interrupts and when i get a PRTCSS (irq 29)
interrupt read the PRTCSS interrupt status flag to see which GIO was the source.
I also saw in the ARM subsystem guide that there are 3 interrupt sources to the INTC (irqs: 56,57,58) from the PRTCSS,
And that i must configure the interrupt mux register for them to work.
The GPIO guide only explains about GPIO sources 0 - 15 and doesnot say anything about PWRCTRIO[2:0],
Same for the PRTCSS guide, it only explains about the PRTCSS/PRTCIF combined single interrupt source.
How do i configure these Interrupts PWRCTRIO[2:0] ??
Should i configure the PRTCSS registers for these interrupts and the interrupt mux register and they will work
With out any more configurations ?
Thanks you