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/IWR6843: chirp configs setting

Part Number: IWR6843

Tool/software: Code Composer Studio


We want to have preset parameters when booting
Regarding the description below, Can you provide examples code?

How to bypass CLI

Re-implement the file mmw_cli.c as follows:

  1. MmwDemo_CLIInit should just create a task with input taskPriority. Lets say the task is called "MmwDemo_sensorConfig_task".
  2. All other functions are not needed
  3. Implement the MmwDemo_sensorConfig_task as follows: