Hello.
There is a post to increase EMIF16 throughput, we need additional configuration to the register in EMIF16 which is not specified in UserGuide.
I would like to ask you whether it also needs to 66AK2H or not.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/192245.aspx?pi303753=2
In some cases of use of the EMIF16, we have found that an unused internal feature can cause unintended
delays between some EMIF16 accesses. This feature can be disabled by setting the msb of 0x20C00008 to 1.
I recommend setting this in all cases for the C6678, and placing it near the top of your main() function.
*(Uint32*)0x20C00008 |= 0x80000000; // Disable unused internal EMIF feature
Could you let me know?
Best regards, RY