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.

IWR6843AOP: How to bypass CLI

Part Number: IWR6843AOP

Hello, Expert.

I use IWR6843AOP for Area scanner.

In Area scanner SDK, How to bypass CLI configuration?  

For example,

In IWR6432 motion and presence detection demo, We define CLI_BYPASS 1 and bypass CmdString like under.


#define CLI_BYPASS 1
#define MAX_RADAR_CMD 15
char* radarCmdString[MAX_RADAR_CMD] =
{
	"sensorStop 0 \n\r",
	"channelCfg 7 3 0 0 \n\r",
	"chirpComnCfg 23 0 0 128 4 0 1.5 937.5 36.1 1 \n\r",
	"chirpTimingCfg 8 24 0 47.95 60 3 3 \n\r",
	"frameCfg 2 0 169.8 64 250 0 \n\r",
	"guiMonitor 1 1 0 1 0 0 \n\r",
	"sigProcChainCfg 16 8 1 0 4 \n\r",
	"cfarCfg 2 8 2 3 0 6.02 1 0.5 0 1 1 1 \n\r",
	"aoaFovCfg -57 55 -57 56 \n\r",
	"rangeSelCfg 0.01 26.67 \n\r",
	"clutterRemoval 0 \n\r",
	"compRangeBiasAndRxChanPhase 0.0 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 1.00000 0.00000 -1.00000 0.00000 \n\r",
    "adcDataSource 0 C:\\\\ti\\\\Workarea\\\\Uploads\\\\mmwave_lp_sdk\\\\examples\\\\datapath\\\\common\\\\testBench\\\\major_motion\\\\adc_data_0001_CtestAdc6Ant.bin \n\r",
    "adcLogging 1 \n\r",
    "sensorStart 0 0 0 0 \n\r",
};
...

static int32_t CLI_ByPassApi(CLI_Cfg* ptrCLICfg)

How can I set 6843 like 6432?