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.

AWR2243: Switching waveform configurations after radar startup

Part Number: AWR2243


I want to change waveform configurations during radar startup using the following function.

CLI_stopSensor();
CLI_config();
CLI_openSensor();
CLI_configSensor();

Meanwhile, I initialized the waveform parameters.

It causes this bug.

rlSetAdvFrameConfig Error, retVal: 104
MMWave_start failed [mmWave Error: -3112 Subsys: 16383]

It means that API issued when frame is ongoing.

How can I achieve waveform configuration changes during startup?

Thanks.