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/LAUNCHXL-F28069M: Newbie: Example_F2802xLEDBlink does nothing on the F28068M.

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE, LAUNCHXL-F28027,

Tool/software: Code Composer Studio

I have a LaunchPadXL F28069M.  I'm going through the tutorials and introductory material.  The C2000 examples have an intro example Example_F2802xLEDBlink, and the instructions say that this example will work with other similarly-numbered boards.   The example builds and runs, but nothing lights up on the board.  Is that to be expected?

Is there a better starting point for the F28069M?

  • Gary Pajer said:
    I have a LaunchPadXL F28069M.  I'm going through the tutorials and introductory material.  The C2000 examples have an intro example Example_F2802xLEDBlink, and the instructions say that this example will work with other similarly-numbered boards.

    From looking at ControlSuite the Example_F2802xLEDBlink is intended for the LAUNCHXL-F28027 which has LEDs on GPIO0, GPIO1, GPIO2 and GPIO3.

    Whereas the LAUNCHXL-F28069M has LEDs on GPIO34 and GPIO39. For the LAUNCHXL-F28069M try the Example_2806xLEDBlink.c example for the Piccolo F2806x, since that example toggles GPIO34.

  • Thanks. That sounds like what I need.  But I can't find that project.  I downloaded ControlSuite just a few days ago, and here's what I see.  (The file you suggest is not in  Piccolo ControlSTICK, by the way).   Do you know where I should be looking?

     

  • Please instead explore the examples in this ControlSUITE directory: C:\ti\controlSUITE\device_support\f2806x\v151\F2806x_examples_ccsv5

    Sean