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.

how to verify srio read (nread)



 

Hi

so if im trying to read from an external device, with an nread command, how to check the response to the read? 

 

Thank you

 

Anish

  • Anish,

    You will want to check the completion code (cc) of the LSU that you programmed to cause the out-going Nread.  If that completion code is good, you can be pretty confident that it worked, but you should probably also check the memory contents in the DSP where the read data was written.

    Regards,

    Travis