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.

LED flashing on F28069 examples

Other Parts Discussed in Thread: TMS320F28069, CONTROLSUITE

sir,

we have downloaded ccs and launched with flashing led program in tms320f28069...but led flashes in pin no 34..if we want connect the led in an external pin..what pin we should select..and what changes we should make in the program for changing the pin....can you give any link which would provide some sample programs using ccsv4..how to make changes in the program..

  • Have you downloaded controlSUITE?  If not, I would suggest doing so.  This contains software and examples that would run on the TMS320F28069 as standalone examples as well as software associated with our evaluation kits.

    When you install controlSUITE on your computer, you will find examples associated with the TMS320F2806x class of devices, of which one of them is the example that toggles the LED connected to GPIO34 on the TMS320F28069 controlCARD hardware.

    When you ask about changing which pin to select, are you asking this because you plan to connect a different GPIO signal to an LED on your own target hardware?

    An example to look at is the timed_led_blink example found at the following location:

    <CONTROLSUITE_INSTALL_DIR>\device_support\f2806x\v110\F2806x_examples\timed_led_blink

    Import this project into Code Composer Studio and then you can modify according to your own needs.