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.

CCS/EVMK2EX: How to use ccs to test the DDR3?

Part Number: EVMK2EX
Other Parts Discussed in Thread: 66AK2E05

Tool/software: Code Composer Studio

Hello, everyone!

          I have been learning to use the EVMK2E with 66AK2E05 processor, just as the title showing: how to use ccs to test the speed of reading and writing of DDR3?

         yours,

         Suafie

  • And I have found a demo on the Internet, this demo was a project,  but when I unzipped and imported to the ccs, the project missed some parts like binaries and includes, so what could lead for this?

  • Hi, Suafie,

    We don't have example for DDR3 benchmark. You may need to write your own. I am not sure the project you found on the internet is for C66x. Do you actually see a include directory in the project? If there is, you may need to fix the file path to point to the right place. Binaries are usually located in Debug directory if it was built in debug setup. However, when people export the project, they usually remove the binaries are not relevant but source code. Binaries can always be rebuilt from source.

    Rex