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.

IWR6843: Issue with opening any of the example.syscfg files

Part Number: IWR6843


Tool/software:

I am trying to migrate from mmwave_sdk_03_04_00_03 to mmwave_mcuplus_sdk_04_05_01_02. Since the new sdk recommends using syscfg for setting up pinmux,clocks, etc. I am trying to start with an empty project example and then add my code to that. The problem is I am unable to run the syscfg gui inside CCS, or even as a desktop app. I get this error:

 No such resource: /drivers/epwm/epwm.syscfg.js

Paths searched: C:\ti\mmwave_mcuplus_sdk_04_05_01_02\mcu_plus_sdk_xwr68xx_09_00_00_25\source\drivers\epwm\epwm.syscfg.js C:\ti\mmwave_mcuplus_sdk_04_05_01_02\mcu_plus_sdk_xwr68xx_09_00_00_25\source\drivers\epwm\.meta\epwm.syscfg.js C:\ti\mmwave_mcuplus_sdk_04_05_01_02\mcu_plus_sdk_xwr68xx_09_00_00_25\source\drivers\.meta\epwm\epwm.syscfg.js C:\ti\mmwave_mcuplus_sdk_04_05_01_02\mcu_plus_sdk_xwr68xx_09_00_00_25\source\.meta\drivers\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_c674ss0_freertos_ti-c6000\drivers\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_c674ss0_freertos_ti-c6000\drivers\epwm\.meta\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_c674ss0_freertos_ti-c6000\drivers\.meta\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_c674ss0_freertos_ti-c6000\.meta\drivers\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_r4fss0-0_freertos_ti-arm-clang\drivers\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_r4fss0-0_freertos_ti-arm-clang\drivers\epwm\.meta\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_r4fss0-0_freertos_ti-arm-clang\drivers\.meta\epwm\epwm.syscfg.js C:\Users\BojanJovanovic\SDK_app\empty_xwr68xx-evm_r4fss0-0_freertos_ti-arm-clang\.meta\drivers\epwm\epwm.syscfg.js

I checked and there really is no C:\ti\mmwave_mcuplus_sdk_04_05_01_02\mcu_plus_sdk_xwr68xx_09_00_00_25\source\drivers\epwm\epwm.syscfg.js file, is this file mandatory or is this just a bug, how can I fix this? 

Thank you in advance