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.

EVMC6678L_EVM上的SRIO外部回环测试



我在做EVMC6678L_EVM与FPGA用SRIO通信,首先我要做SRIO外部回环测试验证我的DSP能够向FPGA发包,硬件上,我做了一个互联底板,安装AMC插座和SMA插件,用连接线实现SRIO外部回环。我的底板还没回来,看DSP程序时遇到个问题,请专家指导。

我的程序是在CCS5目录TexasInstruments\pdk_C6678_1_0_0_9_beta2\packages\ti\drv\exampleProjects\SRIO_LoopbackTestProject下的实例程序修改的,就是把device_srio_lookback.c里面的SrioDevice_init函数修改了一下,把CSL_SRIO_SetLoopbackMode改了CSL_SRIO_SetNormalMode模式。这样是不是就能够实现外部回环了,还有其他设置吗?