Other Parts Discussed in Thread: UNIFLASH
I am using the Vehicle Occupancy Detection User's Guide to run the demo on the AWR1843BOOST EVM.
1. Hardware and Software requirements(checked)
2. Physical Setup(done)
3. Flash the device(done)
- I have flashed the below image using Uniflash
- C:\ti\mmwave_automotive_toolbox_3_0_0\labs\lab0003_occupancy_detection\prebuilt_binaries\oddemo_18xx.bin
4. Choose Visualizer Setup Settings
- Open the demo from the gui folder(C:\ti\mmwave_automotive_toolbox_3_0_0\labs\lab0003_occupancy_detection\gui\od_demo.m)
- Run: od_demo(10, 9, 'C:\ti\mmwave_automotive_toolbox_3_0_0\labs\lab0003_occupancy_detection\chirp_configs\od_demo_1843_8zone.cfg', 0, 1, 0)
- I get the below error. Please advise.
Starting UI for Occupancy Detection Demo ....
Warning: The JavaFrame figure property will be removed in a future release. For more information see UI Alternatives for MATLAB Apps on mathworks.com.
> In od_demo (line 188)
File C:\ti\mmwave_automotive_toolbox_3_0_0\labs\lab0003_occupancy_detection\chirp_configs\od_demo_1843_8zone.cfg not found!
Output argument "cliCfg" (and maybe others) not assigned during call to "od_demo>readConfigFile".
Error in od_demo (line 232)
cliCfg = readConfigFile(cliCfgFileName);
Sajiv