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:SysConfig 问题

Guru**** 2538955 points
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1216157/tms320f28379s-problem-with-sysconfig

器件型号:TMS320F28379S
Thread 中讨论的其他器件:SysConfigC2000WARE

你好。

我正在尝试对定制板使用 SysConfig。 我已经使用 SysConfig 工具创建了一个 syscfg 文件并将其添加到项目中。 我还向项目中添加了 SysConfig 和 C2000Ware 的产品。 但当我尝试在 CCS 中打开 syscfg 文件时、我看到一条消息"Invalid argument '--product':no product with name "C2000WARE" and version "4.03.00.00 found"

当我尝试建立一个项目时、我得到:

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.

这是怎么了?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    我看到原因。 问题在于默认情况下 C2000Ware 导出商品清单路径。 当我手动添加它的清单时、一切都起作用。