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.

IWR1443BOOST: Understanding working cli commands for IWR 1443

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: IWR1443

Hi,

I am working on IWR 1443 and AWR 1642.

I am working on gestue swipe for IWR1443.

I want to know how the commands are getting set from matlabUI to IWR 1443. So i checked cli. file from mmWaveSDK and cliTaskInit function in mmw_cli.c file.

I found out that all commands are received in "tokenizedArgs" and once all commands are stored in this buffer, but only first value of tokenizedArgs is compaired with gCLI.cfg.tableEntry[index] 

and matching command that is first command in tokenizedArgs  is getting set 

Why is only first command is being set? what about the rest of the commands in tokenizedArgs ? Why all commands are not getting set?

Regards,

Arifchand

  • Former Member
    0 Former Member

    Hello,

    To understand the CLI functionality please refer to the standard SDK out of box demo and documentation

    file:///C:/ti/mmwave_sdk_03_01_00_02/packages/ti/utils/cli/docs/doxygen/html/index.html

    The first argument is the command while the following parameters that are used by the module associated with the CLI command.

    Amanda