最近调试6678与fpga间的通信,6678向fpga发送数据以及fpga向dsp发送数据均可以。但是想实现dsp在向fpga发包后正常接收还有问题,dsp发包后收不到fpga发的包。dsp程序采用的网上的例程,不知道要实现收发的功能,在SRIO_2DSP_Test();之后是否还需要初始化用以接收?
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.
最近调试6678与fpga间的通信,6678向fpga发送数据以及fpga向dsp发送数据均可以。但是想实现dsp在向fpga发包后正常接收还有问题,dsp发包后收不到fpga发的包。dsp程序采用的网上的例程,不知道要实现收发的功能,在SRIO_2DSP_Test();之后是否还需要初始化用以接收?
例子不能直接用于和FPGA通信,但你可以使用其中的初始化函数初始化SRIO接口,然后和FGPA建立连接;
请先阅读SRIO手册关于初始化流程的章节。