Other Parts Discussed in Thread: UNIFLASH
Hello.
When running Visualizer (C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\gui\tm_demo.m) of Traffic Monitor Lab, the following error occurs in CLI.
----------
mmwDemo:/>allocationParam 60 60 1.0 3 2.8 2.0
Error: Invalid usage of the CLI command
----------
The allocationParam in [mmw_tm_demo_ph2.cfg] passes 7 arguments to the CLI, but the CLI says "If the argument is not 6, it is an error."
C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\chirp_configs\mmw_tm_demo_ph2.cfg
----------
allocationParam 60 60 1.0 3 2.8 2.0
----------
C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\src\mss\task_app.c
----------
int32_t MmwDemo_CLIAllocationParamCfg (int32_t argc, char* argv[]) { /* Sanity Check: Minimum argument check */ if (argc != 6) { CLI_write ("Error: Invalid usage of the CLI command\n"); return -1; }
----------
Is the cfg file incorrect?
Thanks.