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.

MCU-PLUS-SDK-AM243X: how complie the project?

Part Number: MCU-PLUS-SDK-AM243X

Tool/software:

How can I compile the low-level SDK files with my project in the AM243 chip, or import the SDK files into my project? I want to modify the SDK files in CCS

  • Hello Wenjun,

    Thanks for your query.

    I compile the low-level SDK files

    Can you please tell us which low level files are you referring to?

    Regards,

    Tushar

  • Hello Wenjun,

    the usb demo

    I assume you want to build the libraries for USB driver only. Please correct me if I am wrong here.

    If yes, please run the below command from the root directory of MCU+SDK.

    cd source/usb/cdn
    
    gmake -s -f makefile.freertos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.freertos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.nortos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.nortos.am243x.r5f.ti-arm-clang PROFILE=release
    
    cd ../tinyusb
    
    gmake -s -f makefile.cdc_freertos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.cdc_freertos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.cdc_nortos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.cdc_nortos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.dfu_freertos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.dfu_freertos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.dfu_nortos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.dfu_nortos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.ncm_freertos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.ncm_freertos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.ncm_nortos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.ncm_nortos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.rndis_freertos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.rndis_freertos.am243x.r5f.ti-arm-clang PROFILE=release
    
    gmake -s -f makefile.rndis_nortos.am243x.r5f.ti-arm-clang PROFILE=debug
    gmake -s -f makefile.rndis_nortos.am243x.r5f.ti-arm-clang PROFILE=release
    
    

    If you want to build all libraries, run the below command from MCU+SDK root directory.

    gmake -s libs PROFILE=debug
    gmake -s libs PROFILE=release

    For more information, please refer using SDK with makefiles. 

    Regards,

    Tushar

  • 我不打算使用图书馆;我只想随时在 CCS IDE 中修改 USB 功能。如何在不引起错误的情况下导入它们

  • Hello Wenjun,

    我不打算使用图书馆;我只想随时在 CCS IDE 中修改 USB 功能。如何在不引起错误的情况下导入它们

    I am unable to understand the above comment. Can you please post your response in English Language?

    Thanks & Regards,

    Tushar

  • Sorry,I don't intend to use the library; I just want to modify the USB functions at any time within the CCS IDE. How can I import them without causing errors

  • Hi Wenjun,

    Are you not able to import the USB example in CCS?

    What is the exact error are you facing while importing the project?

    Can you please share the screenshot of the error logs?

    Regards,

    Tushar