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/AM5729: Building examples

Part Number: AM5729

Tool/software: Code Composer Studio

Hello!

Given:

1 - Ubuntu 18.04 LTS

2 - CCS 9.2

3 - processor_sdk_rtos_am57xx_6_00_00_07

4 - pdk_am57xx_1_0_15

5 - JTAG emulator XDS220 Spectrum Digital

There are examples of projects in ti/pdk_am57xx_1_0_15/packages/ti/boot/sbl/example . Is it possible to transfer projects to the environment CCS 9.2 on TI-RTOS?

Thanks!

  • Hi Yan,

    Browsing through pdk_am57xx_1_0_15/packages/ti/boot/sbl/example, I only observe make files and no CCS projects or project specs. From this I conclude the examples are built on the command line using make, and not from within CCS using CCS projects. Since there isn't a dependency on CCS for building the examples, and it should be possible to use the examples in a CCS 9.2 environment provided the command line build is working properly.

    For details on command-line build in PRSDK, see: software-dl.ti.com/.../index_overview.html

    For build help on the command line:

    > cd <PRSDK install folder>/pdk_am57xx_1_0_15/packages
    > pdksetupenv.sh
    > make help

    Please let me know if this resolves your issue.

    Regards,
    Frank