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.

C667x DDR3 read/write block example

Hello,

Does anyone knows where can I find an example for reading a block of data from DDR3 memory to internal memory, modify it and write the block back?

I need it to measure the external memory throughput.

I'm using CCS5, MCSDK 2.0 and C6670 EVM.

Best

Ronen

  • I'd suggest using the EDMA examples.  Note you'll probably want to use multiple EDMA xfers going on simultaneously as described in the Throughput Application Note to make sure you're maximizing the DDR3 Throughput.

    Note that there isn't a particular example code provided to perform the Tput performance check.  That said many customers have tried, and once they used the multiple EDMA xfers in parallel they achieved the performance numbers reported in the Throughput Application Note.

    Best Regards,

    Chad

  • Thanks Chad, 

    I will look in the EDMA examples as you suggested.

    Best,

    Ronen