Part Number: AM6422
I am setting up a timer on the AM6422 PRU_ICSSG to act as a frame interrupt timer, using the PRU IEP module. I am setting up the timer compare function per AM64x TRM section 6.4.13.2.4.
When the timer expires, as indicated by register IEP_CMP_STATUS_REG, I want to configure the PRU_INTC event 7 (pr0_iep_tim_cap_cmp_pend) to fire an interrupt. I want the fired interrupt to invoke an interrupt handler I can use to trigger my periodic frame processing within the PRU firmware. Is there some sort of Interrupt Vector Table within the PRU firmware that I can setup to map the interrupt firing to an interrupt handler routine? I have seen this concept for mapping interrupts to handlers in one of the other processing cores (A53, R5F, M4F), but not in the PRU itself.