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.

TIDA-010231: How to connect TMDSCNCD280049C to CCS

Part Number: TIDA-010231
Other Parts Discussed in Thread: TMDSCNCD280049C, , TMS320F280049, MSP430I2041, TMS320F280049C

Hi....TI Team...Greetings...

I'm trying to make a CCS connection with TMDSCNCD280049C board on TIDA-010231

Is it possible to make a direct connection with CCS? Or I'm asking if I need to connect something like an emulator (XDS100V2) separately.

As far as I know, onboard emulation is possible, but I want to know how to connect to TMDSCNCD280049C from CCS.

I've used a lot of MSP430 projects in CCS... I am using TMS320F280049 for the first time.. Please tell me how to configure the target..
The settings on the TMDSCNCD280049C board are as follows.
S1:A Left(Switch:1):Up(On) Right(Switch:2): Down(Off)
S1: Left(Switch2): Down(ON) Right(Switch:1):Down(On)

When using MSP430 I think it was used when the file was target configured, such as MSP430i2041.ccxml...

TMS320F280049 doesn't have that?

  • Hi,

    Thanks for reaching out. 
    Yes it is possible to directly connect the TMDSCNCD280049C  with CCS. There is a debugger integrated on the ControlCard.
    You just need to connect the TMDSCNCD280049C with a fitting USB cable to your computer and you can start a debugging session.

    The required switch configurations on the TMDSCNCD280049C can be found in Table 3.3 of the design guide 



    From a software perspective the ControlCard is configured with a target configuration file (.ccxml).
    Unfortunately, this file is missing in the project of the current version of the SDK. It will be added in the next update.

    For now you can copy the TMS320F280049C.ccxml form any other TMS320F280049C project in the SDK.
    I also attached the file here. It can be copied directly into the project folder.

    Best regards,

    Andreas

    TMS320F280049C.ccxml

  • Thank you for your quick reply.
    The TMS320F280049C.ccxml file you sent me is included in the project
    I applied it and tried to debug it.. The error pop-up appears as follows.
    Can you tell me what I'm doing wrong?

    You may not be able to see the picture well, so the contents are as follows.

    TMS320F280049C.ccxml, does not have a valid setup, please configure the target and try again.

  • Hi,

    Okay, sorry about that. Can you try importing the empty_project from the C2000-WARE-SDK.
    And see if you can debug this empty_project.

    If yes, please try copying TMS320F280049C.ccxml file from the empty_project into the 
    and try to copy the TMS320F280049C.ccxml file from this empty project. 

    Best regards,
    Andreas