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/TMS570LS3135: TMS570LS3135

Part Number: TMS570LS3135
Other Parts Discussed in Thread: HALCOGEN, CODECOMPOSER

Tool/software: Code Composer Studio

Why did they delete the Hercules demo SW examples?

I guess they did not want to make life like ...  too easy.

When you try to access them online, on TI;s page, you just get the following eror msg:

Does anyone know where they are? If they do exist?

       

Category:HerculesSWExamples

From Texas Instruments Wiki
Jump to: navigation, search

This page has been deleted. The deletion and move log for the page are provided below for reference.

There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page.

  • Hello Nolan,

    The HALCoGen provides a lot of example code. Those code are loacted in:

    C:\ti\Hercules\HALCoGen\v04.07.00\examples\TMS570LS31x_21x

  • Mr. Wang,

    Thank you very much. This is exactly what I needed.

    Regards,
    Nolan
  • Mr. Wang,

    This is great. One more question if you don't mind.

    Could you reference an example "project" I can stick all these main.c's in (which are listed out in your reference) - and compile/load the modified project. For example rtiBlinky.c.- a nice main.c but where is the corresponding project it fits in?

    I am more used to the C2000 series I guess, where the example main.c's are in a project, so you can just compile it and the project in CodeComposer

    Could I overwrite the sys_main.c in the demo project by these main.c's and compile them that way?

    Or do I have to set them up first using HalCoGen and "then" add in the example code?

    If I could complete that next logical step- i.e. taking these example main.c's to a compile-able/loadable project, somehow, I would be quite happy.

    Regards,
    Nolan
  • Hello Nolan,

    The "Help Topics" under HALCoGen Help menu will guide your to create an example application step by step for rtiBlinky.c.

    HALCoGen generates an enpty main function in sys_main.c, please make sure that you copy the code of example_rtiBlinky.c into the user code sections of sys_main.c

    In CCS7, create a new CCS project with the same project name used in HALCoGen, the CCS will port all the source files and header files into the project.