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.

SRIO测试例程有问题,求解

用官网的SRIO测试例程,测试6657和FPGA之间的SRIO通讯,(在no loop 模式下测试)DSP复位后的,第一次运行程序,FPGA能成功收到数据,但是用一个循环多次运行DSP_test()函数就不能正常运行下去,第一次执行循环的也能运行,但第二次开始之后就一直卡在waitcomplete 那?什么原因?求解答

这是循环20次执行SRIO_dsp_test()

第2次开始就卡在wait_LSU_completiom()这里,不能执行下去