Hi,
When I used the DSPLink sample "LOOP" in OMAPL138 DVSDK, I found sometimes it cost unexpectly long time to looping back the message, as the red line in the print infomatiom below.Would you please help me find out why did it happend?
Note: the SDK version I used is ti-dvsdk_omapl138-evm_4_02_00_06, and I simply added some codes to the sample source codes to show the running time.
Target print infomation:
root@arago:/opt/dsplink/samples/loop# ./loop2gpp ./loop.out 1024 100000
=============== Sample Application : LOOP ==========
LOOP_BufferSize = 1024.
==== Executing sample for DSP processor Id 0 ====
Entered LOOP_Create ()
Leaving LOOP_Create ()
Entered LOOP_Execute ()
NOW time 387259210
Transferred 100 buffers using time 1496.
Transferred 200 buffers using time 1495.
Transferred 300 buffers using time 1481.
Transferred 400 buffers using time 1462.
Transferred 500 buffers using time 1447.
……
Transferred 29300 buffers using time 1500.
Transferred 29400 buffers using time 1487.
Transferred 29500 buffers using time 1709.
Transferred 29566 buffers using time 1001554
Transferred 29600 buffers using time 1487.
Transferred 29700 buffers using time 1497.
Transferred 29800 buffers using time 1482.
Transferred 29900 buffers using time 1435.
Transferred 30000 buffers using time 1484.
……