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.

IWR6843ISK: How to make SBL example as CCS project

Part Number: IWR6843ISK

Hello,

SBL in below path can't be imported to CCS.

 - C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\utils\sbl

I wish to import that example and update some source code.

Is  there a way to make It as CCS project?

My environment is like below 

  • SDK: mmwave_sdk_03_06_00_00-LTS
  • Tool box: radar_toolbox_1_10_00_13

And How could I build SBL?

When I trying to build, error occurs.

  • Hi,

    There is no .projectspec which allows you to import the project into CCS.

    One option you could try is to take the SBL source code and put it into our Out of Box demo code and compile it from there.

    Regards,

    Tim

  • Hi,

    I made a project based on mmwave_diag_sbl.

    And build is done successfully.

    But size of bin is too big. It is 313Kb.

    The original sbl.bin is 61Kb.

    I think that's because two make files are different.

    My local make file saids "Automatically-generated file. Do not edit!".

    Could you let me know How can I edit make file?

    Thanks for your help.

    Best regards,

    JIYEON.

  • Hi,

    Could you give me some more details about your project? Did you base it off of the out of box demo we have? Can you send a screenshot of the files being used in your project?

    To edit the make file there are certain compiler/build settings in Project -> Properties that you can configure. I would suggest starting there and looking at your project to see if there are files/libraries that you do not need.

    What size of .bin are you looking for?

    Regards,

    Tim