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/TMS570LS1224: TMS570LS1224:CRC64

Expert 1660 points
Part Number: TMS570LS1224

Tool/software: Code Composer Studio

Hello,

i wanna use CRC64 peripheral i followed the link  http://www.ti.com/lit/an/spna235/spna235.pdf   and downloaded the examples 

 i tried to run the ( LS12  CRC SW Full-CPU and Semi-CPU Modes )example with TMS570LS1224 but they are not working i don't know what i missed.

5444.LS12 CRC SW Full-CPU and Semi-CPU Modes.rar

Best regards

Ahmad

  • Hello,

    What do you mean by "not working"? Would you clarify?

  • hello Miro,

    i attached above the project that i followed to test CRC64

    but i get this error 

    gmake: *** No rule to make target 'C:/Users/....../Linker Command Files/RM57_LC43_linker_command_file.cmd', needed by 'all'.

     

  • Ahmad,

    The linker command file that is throwing the error is located in the package at the following location

    CCS_Projects\Linker Command Files

    When you import the project, you will notice an "!" on the file which indicates that CCS is not able to locate the file. Right click on the project and go to 

    I have checked to confirm the Project can be imported and the linked resources and includes can be fixed to build the project. HEre is a build log for reference:

    1122.build_CRC_project_hercules.txt

    If this doesn`t solve your project, please provide screenshots of the CCS Project General Build settings, COmpiler and Linker settings for reference

    Regards,

    Rahul

  • hello Rahul,

    Thanks so much for your kindness.

    i think the linker file issue solved as you mentioned above.

    another error is appear for (supporting functions folder ) how to solve it ??

    Best regards,

  • Ahmad,

    Can you please post the error log for use to provide guidance. I did a fresh install and all that I had to fix to get the project to build is the compiler include paths and the linked resources that the build complained about. I am providing screenshot from bot the setting for your reference:

    Please check to confirm that the build doesn`t report "Can`t file header file" or "Cannot locate source" after you have made the following updates.

    Regards,

    Rahul

  • Ahmad,

    Can you please post the error log for use to provide guidance. I did a fresh install and all that I had to fix to get the project to build is the compiler include paths and the linked resources that the build complained about. I am providing screenshot from bot the setting for your reference:

    Please check to confirm that the build doesn`t report "Can`t file header file" or "Cannot locate source" after you have made the following updates.

    Regards,

    Rahul

  • Dear Rahul,

    thank's so much the project is working now

    do you know how to see the value of CRC in each mode SW,Full mode and Semi mode to check the results in the three modes