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.