This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Questions on interrupt control and handling by C6748 DSP:
1. In the host, how do you map interrupt source to a particular interrupt, e.g. INT5? Is there a library or template C source code available?
2. I want to generate an interrupt from PRU to Host core? In particular, how can I use R31:30 or R31:31 to signal interrupt to Host. Please explain how to set this up on the host side; there was no matching entry in the
DSP interrupts table. On the PRU side, I'd suppose I can simply set the bit, correct?
Thank you.
Peter H.
Bare metal context. No RTOS. Writing C code from scratch.
How does host recognize Host 0 and Host 1 interrupts? I was able to find PRU_EVT0 through 7 among interrupt sources recognized by the host, but not Host 0 and Host 1? How are they handled?