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.

LAUNCHXL-F28379D: Source for demo software

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

The LaunchXL-F28379D comes with a program in flash that rapidly blinks the LEDs and then starts reporting on the serial port the A/D value. It changes which LED is on based on the A/D voltage.   I've been going through the examples in the resource explorer but can't find that code.  So far that was the only app that sent data out the serial port to a terminal program.  I programmed over the flash with other projects so now the demo is gone.  I'd like to put it back into flash.

Where can I find this?

Thanks

  • Hi John,

    Please install the latest C2000WARE. You can find the software source in the below directory after install:

    C:\ti\c2000\C2000Ware_3_02_00_00\device_support\f2837xd\examples\cpu1\launchxl_f28379d\cpu01

    Best,

    Kevin

  • Couldn't find this:

    C:\ti\c2000\C2000Ware_3_02_00_00\device_support\f2837xd\examples\cpu1\launchxl_f28379d\cpu01

    But did have this:

    C:\ti\C2000Ware_3_02_00_00_Software\device_support\f2837xd\examples\cpu1\launchxl_f28379d\cpu01

    Wouldn't have thought to look there.  Thanks.

     

    Now the data that showed up on Terminal.exe makes sense too.

    {0x1B, 0x5B, '3','1', 'm'};

    John