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.

TMS320F28388D: Issues with adding SysConfig to DriverLib project

Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

Hello team,

I have followed this link - 

"">e2e.ti.com/.../faq-how-do-i-add-sysconfig-support-pinmux-and-peripheral-initialization-to-an-existing-driverlib-project"

I have performed steps as described in above link.

Project structure:

Step 2:

Packages:

Basic options:

CCS General tab:

Also added SysConfig to the products menu but no use.

Console output:

**** Build of configuration Debug for project Helloc28xProj ****

"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 16 all -O 
 
making ../src/sysbios/sysbios.ae28FP64 ...
Building file: "../app.cfg"
gmake[1]: Nothing to be done for 'all'.
Invoking: XDCtools
"C:/ti/ccs1040/xdctools_3_62_01_15_core/xs" --xdcpath="C:/ti/bios_6_83_00_18/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C28_large -p ti.platforms.tms320x28:TMS320F28388D -r release -c "C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS" --compileOptions "-g" "../app.cfg"
Building file: "../grlControllerCPU1.syscfg"
Invoking: SysConfig
"C:/ti/ccs1040/ccs/utils/sysconfig_1.11.0/sysconfig_cli.bat" -s "C:/ti/c2000/C2000Ware_3_04_00_00/.metadata/sdk.json" -d "F2838x" --script "D:/V-TE-PWR/EthBased/TI_Workspace/ExtraWorkspaceEth/Helloc28xProj/grlControllerCPU1.syscfg" -o "syscfg" --package 337bga --part F2838x_337bga --compiler ccs
Running script...
Validating...
Generating Code (grlControllerCPU1.syscfg)...
Writing D:\V-TE-PWR\EthBased\TI_Workspace\ExtraWorkspaceEth\Helloc28xProj\Debug\syscfg\board.c...
Writing D:\V-TE-PWR\EthBased\TI_Workspace\ExtraWorkspaceEth\Helloc28xProj\Debug\syscfg\board.h...
Writing D:\V-TE-PWR\EthBased\TI_Workspace\ExtraWorkspaceEth\Helloc28xProj\Debug\syscfg\pinmux.csv...
Finished building: "../grlControllerCPU1.syscfg"
 
making package.mak (because of package.bld) ...
subdir_rules.mk:19: recipe for target 'build-1815468385-inproc' failed
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.elf.C28_large' along the path 'C:/ti/bios_6_83_00_18/packages;C:/ti/ccs1040/xdctools_3_62_01_15_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
xdctools_3_62_01_15_core\gmake.exe: *** No rule to make target 'package.mak', needed by '.interfaces'.  Stop.
js: "C:/ti/ccs1040/xdctools_3_62_01_15_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1815468385-inproc] Error 1
gmake: *** [build-1815468385] Error 2
subdir_rules.mk:16: recipe for target 'build-1815468385' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Error window:

I have not added any configurations into .syscfg file so far. I just created and built as said in link above and I'm seeing errors.

Is it really required to add syscfg file for implementing Low speed communication ?

If it is really required any way to solve this error. Please help.

Thanks and regards,

Pranay