Tool/software: TI-RTOS
In my application, C6678 read a lot of data from FPGA through EMIF16. I configure the read time as 5 EMIF clock cycles. It costs 5 cycles with one read as I configured.
But there are about 20 cycles between the two READ actions. This cause the average read speed is very low.
Between the WRITE actions, there are no the extra cycles. And the write the speed is high.
How to eliminate the extra the 20 cycles between the READ actions?
Read(5cycles)---(20cycles)---Read(5cycles)---(20cycles)---Read(5cycles)---(20cycles)---Read(5cycles)