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.

Can the PRU of AM1808 work inthis way

Expert 1925 points

Hi,

I am doing some coding for PRU, after a learning of the PRU examples, i found that it's polling for an interrupt, so my idea is access the interrupt status register of periferal device directly, can it work in this way?

  • Hi,

    Any help?

    What i mean is polling for the interrupt status register of periferal device directly, which seems have to be done by software, especially when there are multiple interrupts in a interrupt channel.