Hi everyone~
I am testing about EMIF16.
I have EVMC6678 and CCS6.
I had various work for EMIF but.
EMIF MAX speed is write: 320Mbps and Read : 96Mbps.
I chaged EMIF register.
EMIF16_REGS.A0CR = (0
| (1 << 31) /* selectStrobe */
| (0 << 30) /* extWait */
| (0 << 26) /* writeSetup 12 ns */
| (0 << 20) /* writeStrobe 24 ns */
| (0 << 17) /* writeHold 6 ns */
| (0 << 13) /* readSetup 12 ns */
| (0 << 7) /* readStrobe 48 ns */
| (0 << 4) /* readHold 6 ns */
| (0 << 2) /* turnAround 12 ns */
| (1 << 0)); /* asyncSize 16-bit bus */
And I disalbed emif internel feature.
*(Uint32*)0x20C00008 |= 0x80000000; // Disable unused internal EMIF feature
I read this question.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/339211
I have same Kebin's situation.
So I want know how setting up EDMACC1 transfer and using EDMA.
Please somebody help me.
I looking for this 2weeks.
Taeyang,