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.

CCS/TMS320F28377D: Add CLB module into the existing project.

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

Tool/software: Code Composer Studio

Referring to manual configuration, add CLB module in existing projects, compile but report errors. The manual is CLB Tool User's Guide (Rev. A).

  • Hi,

    To better understand the issue that may be happening, can you rebuild the project (right click on the project and select "Rebuild Project") then select the Console view and save its output to a file by clicking on the button "Copy Build Log" and attach here?

    Regards,

    Rafael

  • Hi,

    I don't know why I couldn't upload the file, so I pasted it . Another question, Can 28377D use the CLB module?

    Thanks for your help.


    **** Build of configuration Debug for project 28377_CPU1 ****

    "C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k all

    Building file: "../empty.syscfg"
    Invoking: SysConfig
    "C:/ti/ccs920/ccs/utils/sysconfig/sysconfig_cli.bat" -s "D:/ti/c2000/C2000Ware_2_01_00_00/utilities/clb_tool/clb_syscfg/.metadata/product.json" -o "syscfg" "../empty.syscfg"

    Usage:
    cli [-o <dir>] [-s <file>] [-u <string>] [-b <name>] [-d <name>] [-p <name>] [-r <name>] [--treatWarningsAsErrors] <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:12: recipe for target 'build-1537983617-inproc' failed
    Device not found : F28X7X
    gmake[1]: *** [build-1537983617-inproc] Error 1
    subdir_rules.mk:9: recipe for target 'build-1537983617' failed
    gmake: *** [build-1537983617] Error 2
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Hi,

    Please apologize for the delay. 

    I tested the combination of CCS and C2000Ware here and couldn't find a problem inherent with this combination of versions. I am testing here the clb_empty project - perhaps you could try to build this particular project and see if the tools are properly working. 

    Another detail is the error message that shows "Device not found : F28X7X"

    Can you check the Sysconfig configuration of your project? 

    user6301134 said:
    Another question, Can 28377D use the CLB module?

    I see this module on the device's TRM and the C2000Ware has several examples, therefore I am led to believe the CLB can be used with this device. 

    Hope this helps,

    Rafael