Tool/software:
Hello TI Engineer,
I need to use interrupts in my project with the PRU on the LP-AM243 board. I reviewed the PRU interrupt sections in the documentation, but I didn't find a function similar to an ISR (Interrupt Service Routine).
In summary, a PRU interrupt detects an interrupt by checking the relevant bit in the R31 register within a while loop. When an interrupt occurs, the relevant bit in the R31 register is set, and the code enters an if block.
If I understand correctly, how is this different from polling? I don't see the advantage of using interrupts in this case.
Is there a structure similar to an ISR? Or am I misunderstanding something? I would greatly appreciate your help.