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/TMS320F28379D: No Documentation for example projects in Resource Explore

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello everyone,

I would like to use the examples in Code Composer to get started and gain some experience with my F28379D Launch XL Version 2.0.

I am using CCS 9.3.0.00012 and installed C2000Ware - 3.02.00.00.
I can open the examples and import them. However, I cannot see any documentation for the projects to get an idea what I can expect.

Also I am not the first user of my LaunchPad. I am sure the standard demo software with the ADC threshold LED blinking is not on the board.
Where I can get this demo software which should be installed by default when I buy a new LaunchPad?

Regards
Paul

  • Hi Paul,

    The examples are located at:

    C:\ti\C2000\C2000Ware_3_02_00_00\driverlib\f2837xd\examples\cpu1

    You can import the project and compile and run.

    The file which contains main function() has instruction for the example. e.g. if you import the led, then open file led_ex1_blinky.c.

    On the file header, it explains the test, external connection required and also what to expect from the example.

    // TITLE:  LED Blinky Example
    //
    //! \addtogroup driver_example_list
    //! <h1> LED Blinky Example </h1>
    //!
    //! This example demonstrates how to blink a LED.
    //!
    //! \b External \b Connections \n
    //!  - None.
    //!
    //! \b Watch \b Variables \n
    //!  - None.