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 / AWR1642BOOST: How do I modify and compile my SBL project

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

  In SDK_03_01_01_02,I want to modify and compile my SBL project, I want to add a CANFD driver to it,This is not mentioned in the SBL project documentation.Whether to import the project into CCS?

Or is there another way to compile?

Thank you very much and look forward to your reply!

  • Hi,
    All the application or tools are provided in makefile format default with SDK which can be used to compile it under SDK.
    So you can use gmake command itself (as required for mmw demo) to build the amended SBL project.
    If you need to create CCS project for any existing demo/utils then I would recommend referring any TI-Rex application which is given with CCS project, take any of those as a copy and modify it as per your requirement.

    Now for SBL, user guide (SBL_design.pdf) has provided the code snippet to include CAN interface to SBL application, please refer that.

    Regards,
    Jitendra
  • 嗨,

     感谢您的帮助,但是当我使用“make”时,会出现下图中显示的一些错误。还需要更改其他配置吗?

  • Hi,
    Please follow mmwave SDK user guide (under docs directory) where it is explained, how to build any application of SDK.

    Regards,
    Jitendra