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.

AM623: AM6232

Part Number: AM623

Hi,

We are using the AM6232 processor to debug using JTAG, and we require the AM623.CMD file because the AM6232.CMD file is missing from Code Composer.

thanks,

Muthuvel K

  • Are you asking for a linker command file? Typically customers develop with Linux on AM62 family, so what development are you trying to do using CCS/linker command file?

  • Hello Muthuvel,

    Thanks for reaching out to Texas Instruments E2E support forum.

    We are using the AM6232 processor to debug using JTAG, and we require the AM623.CMD file because the AM6232.CMD file is missing from Code Composer

    The <device>.cmd files provided in the CCS is just a sample linker command file which can be used for linking program built with C compiler. The *.cmd files provided are kind of template that can be used as reference for creating own linker.cmd file for a project.

    Please refer below screenshot.

    In MCU+SDK each example has its own linker.cmd file which you can modify according to the use case.

    You can still debug the application with the help of CCS and JTAG. For more information, please refer debugging-the-application.

    Regards,

    Tushar