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的端口2在两块板子之间来循环14次发送数据,主要代码如下:

  start = TSCL;

srio_send(slot_idx,uiDspNum,3,i);   

 cycle_sub = TSC_delay_cycle(start);

但是出现这样的问题,每次发送完之后打断点,测试的cycle是这样:

 

这应该是比较理想的时延,但是在不打断点,连续跑的时候,同样的代码,时延如下,会有几次循环时延特别夸张,完全没法理解。

请问专家们这是什么原因呢?求解答...