Other Parts Discussed in Thread: MMWAVEICBOOST,
Tool/software: Code Composer Studio
I am reviewing incabinsensing\overhead_mount_occupancy.
However, inquire about any questions that CCS found while adding code.
The test environment is as follows.
In the case of optimization level off and 0, the sensor was not operated.
However, in cases 1 to 3, it worked normally.I would like to know why this is the result. For reference, I haven't modified any code. (Including Matlab m-file and CCS code)
Test device : MMWAVEICBOOST + IWR6843ISK-ODS
OS : Window 10
CCS, Version: 10.1.1.00004
mss and dss : C:\ti\mmwave_automotive_toolbox_3_1_0\labs\incabinsensing\overhead_mount_occupancy\src. 2 Files
Matlab, 2020b, C:\ti\mmwave_automotive_toolbox_3_1_0\labs\incabinsensing\overhead_mount_occupancy\gui\overhead_vod_visualizer.m
Firmware : C:\ti\mmwave_sdk_03_04_00_03\packages\ti\utils\ccsdebug\xwr68xx_ccsdebug.bin
Uni flash : 6.0.0
1. Upload SDK bin file (xwr68xx_ccsdebug) to IWR6843ISK-ODS through Uni flash.
2. Change DSS-Properties-Build-C6000 Compiler-Optimization level off ~ 3 in CCS
3. Built -> Connect -> Upload -> Run CCS
4. Open the overhead_vod_visualizer.m and Run
5. Change the optimization level
6. Repeat 2~5
#Test Result
optimization level off, 0 : Not working
optimization level 1~3 : Working
Thank you.