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/IWR1642: Hard-code configuration commands in the mmwave demo code without using demo visualizer for IWR1642

Part Number: IWR1642

Tool/software: Code Composer Studio

Hi TI,

I flow the Steps mention above for Hard code config in SRR(Short range radar) demo code for ES2.0 and SDK2.0.4 

1. Rename/backup existing cli.c source file in mmwave_sdk_02_00_00_04\\packages\ti\utils\cli\src directory

2. Place new cli.c file in directory

3. Re-build cli library using gmake as described in mmWave SDK user guide

 a. Make sure to update setenv.bat with correct device (i.e. iwr16xx) before executing it

 b. Make sure to run 'gmake clean' and then 'gmake all' in the mmwave_sdk_02_00_00_04\packages\ti\utils\cli directory

4. Re-build 16xx mmw project by right-clicking on project in CCS and

performing "Re-build" as described in the user guide on the TI Resource

issue is "../mss_srr_cli.c", line 397: error #137: struct "CLI_Cfg_t" has no field "cliUartHandle"

CLI UART handle problem 

guide me how to resolve this ....

Thanks,

Rahul