Other Parts Discussed in Thread: SYSCONFIG, IWRL6432
Hi,
First off, here's my setup
- Windows 11
- MMWAVE_L_SDK_05_04_00_01
- radar_toolbox_2_00_00_06
- I've tried with
- CCS12.4.0.00007
- CCS12.5.0.00007
- CCS12.6.0.00008
- I've tried with
- SysConfig 1.18.0
- SysConfig 1.19.0
I'm using the following CCS project from the radar toolbox and using CCS12.5
C:\ti\radar_toolbox_2_00_00_06\source\ti\examples\Level_Sensing\high_accuracy_low_power_sensors
I made a copy of the json file from C:\ti\MMWAVE_L_SDK_05_04_00_01\examples\mmw_demo\motion_and_presence_detection\profiles\xwrL64xx-evm\FeatureLiteBuild.json into my local project folder
I then launch the SysConfig tool from CCS, enable the Feature Lite Build, then I use "LOAD CLI Config from JSON" and select the json file.
Although there was no feedback it did anything, it didn't get stuck like it does with CCS 12.4 and CCS 12.6 so I assume it worked.
I then save everything and do a project build. It builds okay. I can open the ti_cli_mpd_demo_config.h file that SysConfig generated and see all #define settings in there.
The problem is this: if I modify the json file, load it again from SysConfig, and rebuild the project, not a single thing changes in the generated ti_cli_mpd_demo_config.h file.
This would seem to indicate the "Load CLI Config From JSON" didn't actually work. Now I'm stuck again!
How can I debug this? Is there a debug console or log I can look at to see if SysConfig did indeed load my json file?
Can somebody try this and if works, send me all your tool versions you used?