Part Number:IWR1443BOOST
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