Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Tool/software:
Hi,
C2000Ware: 4.03.00.00
CCS: 12.3.0
SysConfig: 1.20.0
I start a new project from the empty_driverlib project with the above versions.
I create an empty c2000.syscfg file and put it in my working directory. When editing this sysconfig file, I make the settings shown in the image below (controlcard selection).
Then I save the syscfg file, no problem, but when I try to open the file again, I get an error in some cases, and in some cases I see that my controlcard selection is not valid.
Error condition or revert to previous settings;


I realized that one of the mistakes was this;
In a syscfg file that I configured as MCU, if I make a target switch to use controlCard pins, I cannot open the file again.
If I remove these lines in the file "epwm1.$hardware = system.deviceData.board.components.PWM_LOC1;" I can open it again.