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.

IWRL6432: How to update parameter using CLI

Part Number: IWRL6432
Other Parts Discussed in Thread: SYSCONFIG

Hello,

I am working on motion_and_presence_detection_demo SDK 5.3 and 5.4.

CLI command is hard coded.

During test, I want to update parameter using "sensorStop 0" and "sensorStart 0 0 0 0" command.

When send sensor start command after sensor stop, MMWave_osalMutexLock occurs at SDK5.4. SDK 5.3 doesn't work neither.

How can I update parameter?

Best regards,

JIYOEN.

  • Hello Jiyeon.

    In SDK 5.4, there is a feature called dynamic reconfiguration that you can enable that will switch between two different configurations if presence is detected for X amount of frames or if the track has disappeared for Y amount of frames.  You can enable this feature via SysConfig and modify the configurations in the source code as they are hard-coded.  This will be the easiest way to change any configuration parameter as during low power mode/deep sleep, peripherals like UART are turned off, so trying to send CLI commands to stop the sensor may be difficult.  Please try using this feature to modify configuration parameters.

    Sincerely,

    Santosh