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.

AM335x: speed of GPO from PRU

Genius 5820 points

Hi,

from within PRU for some GPO's there are two possibilities to set/unset them:

  • via access to SETDATAOUT/CLEARDATAOUT registers in global address space
  • via PRU-internal register r30

I think the second possibility is much faster, means a write operation to would r30 return earlier than a write-operation to SETDATAOUT/CLEARDATAOUT. My question: how much faster is it? What is the time difference between both methods?

Thanks!