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.

AM6442: PRU IEP performance data

Part Number: AM6442

Tool/software:

Hi Expert,

Is there any performance data related to the 1588 timestamp of pru's iep, such as synchronization accuracy? In addition, can the iep timer be frequently obtained at intervals of us?

BR,

Biao

  • Hi Biao, 

    Sorry for the delayed response. 

    IEP hardware timestamping accuracy = +/-4ns (for 250Mhz), +/-5ns (for 200Mhz), +/-3ns (for 333Mhz)
    1588 sync accuracy = +-20ns  - considering +/-8ns based on RGMII wire clock 125Mhz.
    IEP timer can be frequently called as long as you ensure:

    • 2 x 32 bit IEP reads (protect the reads using critical section). ICSS target is 32bit VBUS.
    • 32-bit overflow condition. Check this document
      • i2433: ICSS: Reading the 64-bit IEP timer does not have a lock MSW logic when LSW is read

    BR
    JC