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.

Ping Fail on QSPI Write

Hi,


We are using Am437X custom platform running VxWorks.

When we try to ping the board during QSPI write/read operation in progress, pinging stops and will continue once the write operation is over.

Is there any dependency between QSPI and cpsw0(RGMII)?

Regards,

Vishakh

  • Vishakh M11 said:
    Is there any dependency between QSPI and cpsw0(RGMII)?

    From a quick read of the AM437x documentation I can't find any mention of a dependency between QSPI and cpsw0 at the hardware level.

    I don't know which version of VxWorks is in use, but from memory of VxWorks 5 the tNetTask runs by default at priority 50 and if the tNetTask task is blocked by higher priority tasks then the network activity will stall.

    Is the SQPI read/write done in a task which is a higher or lower task priority than the tNetTask or other tasks required for network communication?