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.

DDR3 debug problem

Part Number: EVMK2E


Tool/software: Code Composer Studio

Hello,

         When I built the DDR3_EDMA_TEST on the CCS, it failed, and it showed the following messages in the console:

           And I install the BIOS_MCSDK_02_01_02_06, it is still the same as before. How can I solve this problem? The ccs version is ccs v9, and the os I use is windows.

  • The message means that the compiler is unable to find the csl.h using the provided include_paths.

    Is the csl.h file present in the c:\ti\pdk_keystone2_3_01_01_04\packages\ti\csl directory?

    And what does the #include in the main.c look like?

  • Hello, AartiG!

             The csl.h's path is exactly as what you said.

             And  the #include in main.c  looks as the following:

            I have installed several PDK packages which are different kinds of versions. Is this the reason for the problem I have encountered?

            Hope for your reply.

           Suafie.

             

  • suafie said:
    I have installed several PDK packages which are different kinds of versions. Is this the reason for the problem I have encountered?

    It could be. Go into Project Properties->Products tab and make sure that only the relevant versions of PDK and other required products are enabled.