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: Getting started with software modifications

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: IWR1443BOOST, IWR1443

Tool/software: Code Composer Studio

hi ,I want to know how to cal 

static int32_t CLI_ByPassApi(CLI_Cfg *ptrCLICfg)  this funtion in my project,

this is for your answer,

 my bord is IWR1443BOOST ,so i change the parameter.

but I do not know where and how to call the funtion .

  • HI,

    Please make sure you select the right part number so that the question can be answered by the right team

    Since you are using IWR1443BOOST, the IWR1443 part number should be selected.

    Are you able to identify the CLI task?

    Please see notes in main.c:

    * -# Creates/launches following three tasks (the @ref CLI_task is launched indirectly by
    * calling @ref CLI_open).

    Thank you
    Cesar
  • HI,

    Thanks for your reply . But I am really confused with this sentence , 

    # Creates/launches following three tasks (the @ref CLI_task is launched indirectly by

    *         calling @ref CLI_open)

    Is that mean I need to Create tree tasks ? But I dont know how to creat this . This is my first time to use SYS/BIOS , do you have any templates for my reference ?

    Thank you