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.

TMS320F28379S: Problem with sysconfig

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

Good day.

I am trying to use sysconfig for my custom board. I've been dsfined a syscfg file with sysconfig tool and added it to project. Also I added a products for sysconfig and C2000Ware to a project. But when I trying to open a syscfg file in CCS I see e message "Invalid argument '--product': No product with name "C2000WARE" and version "4.03.00.00" found"

And when I try to build a project I got:

Building file: "../CD512NPK.syscfg"
Invoking: SysConfig
"C:/ti/ccs1230/ccs/utils/sysconfig_1.16.1/sysconfig_cli.bat" --script "D:/Workspace_CD512/CD512NPK/CD512NPK.syscfg" -o "syscfg" --compiler ccs
 
Usage:
 cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] [--quiet -q] <script>
 cli --help
 cli --version
 
 example: cli -s meta_data/sdk.json -d MSP432P401R scripts/two_uarts.js
 example: -s sdk.json -d MSP432P401R -o ./display_cfg sdk/cfgs/display.syscfg
 
 Note that the all arguments other than '--help' and '--version' may also be 
 specified via the script with an embedded @cliArgs comment directive. 
 E.g. // @cliArgs -d MSP432P401R
 
 If an argument is embedded in a script and explicitly specified via the CLI
 then precedence is given to the CLI arguments. Additionally, specifying 
 "--board" or "--device" on the CLI will override any "--board" and "--device"
  arguments specified in the script.
 
subdir_rules.mk:9: recipe for target 'build-225258015' failed
Invalid argument '--product': No product with name "C2000Ware" and version "4.03.00.00" found
gmake: *** [build-225258015] Error 1
gmake: Target 'all' not remade because of errors.

What is wrong?