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.

6487RapidIO多核发送的问题



在6487中有两个PORT,现在设计要求DSP与FPGA通信的时候使用特定一个PORT,DSP三个核都需要使用这个PORT和FPGA通信。在实际测试中,三个核同时调用这个端口给FPGA发数的时候会出现丢包现象(单个核发送的时候数据包发送正常),Completioncode显示为111,怀疑是三个核同时发送出现资源抢占现象。请问这种情况下(三个核同时调用一个rapidio端口)该如何避免这种现象?