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/TMS570LS0714: CCS/TMS570LS0714

Part Number: TMS570LS0714
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

we are using the CCS to debug the controller TMS570LS714.

But in CCS, there is no Board or Device in name of TMS570LS0714.

Kindly let me know.

  • Hi,

    What version of CCS are you using? The reason of my question is that several Hercules devices have generic options, but the TMS570LS0714 is not one of them - I can find the exact same device in the target configuration list in CCS since 7.0.0.

    Also, make sure you selected Hercules device support when installing CCS.

    Hope this helps,
    Rafael
  • I have installed the CCS 7.0.0 to select the device TMS570LS0714, Even though after creating the CCS project not possible to flash into the controller. Example : I have created sample CCS project for Controller TMS570LS0714 with main.c file. After successful target creation not possible to flash/debug with controller. Please let me know the solution for the solution for the same.
  • We would need more details about how you created the project (ie, new project from scratch or HALCoGen based example project, etc) and what specific error you see when flashing the device. If you need general advise on the best way to get started with this device, I would suggest creating a new post in the Hercules device forum.
  • Dear AartiG,

    Thanks for your response.

    I have created sample project for CCSv7 to debug the hardware TMS570LS0714 controller.

    I have attached the same project for your reference. When i am trying to flash the project into the controller am getting the error of "No Source Available".

    Please let me know the solution for the same.

     

    Regards,

    Rajkumar Pandi.4442.Sample.zipSample.rar

  • Rajkumar,

    The "No source available" message is not a problem per se, given it is highly dependent on the debug configuration you are using.
    processors.wiki.ti.com/.../Debug_Handbook_for_CCS

    Although I am able to properly build your example project and do not see anything necessarily troubling with it, I don't have the same device to run it.

    In this case, I wonder if there is a problem with watchdog timers or other hardware-related details that may be inadvertently resetting or causing the device to be misconfigured and therefore the code lands in the middle of nowhere.

    In this case, I strongly recommend you to create a HalCoGen project following the directions shown in the reference below and retry.

    processors.wiki.ti.com/.../Creating_new_CCS_v5_Project_with_HALCoGen

    Hope this helps,
    Rafael