I am trying to fire 5 interrupts from pru to host at different stages but only two interrupts are working. Interrupts in pru code are defined from n=0 to 7 using #define PRU_EVTOUT_n n+3
interrupts are generated with following line MOV r31.b0, 32 | PRU_EVTOUT_n on host c code they are read using following lines prussdrv_pru_wait_event (PRU_EVTOUT_n); prussdrv_pru_clear_event (PRU_EVTOUT_n, PRU1_ARM_INTERRUPT); the above lines are working for n=0 and n=1 and not for 2<=n<=7. I have tested on both the PRUs and the result is same, can anyone suggest me how many interrupts can fired from the PRUs at a given time so that the host c code is able to distinguish all of them. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.