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-F28069M: TMS320F28069M - Board Not Found in Code Composer Studio

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

Hi Team,

According to our customer, they are using a LAUNCHXL-F28069M board with code composer studio. They have the ccxml file working (Texas Instruments XDS100v2 USB Debug Probe): all tests pass so the board is recognized by the computer.

The build finished successfully, ( just using the Example_2806xAdcSoc project), and can enter debug. However, they are unsure how to upload the project to the actual board. The board (upon initial unboxing) when first plugged in, runs a temperature sensor demo with several of the LEDs light up. This is still happening even when they debug with this project so they are under the belief that it is not actually being written to the board.

Also, when they open up a serial terminal (115200 baud, 8 data, no parity, and 1 stop bit), they should see the temperature sensing program running as they haven’t been able to write anything new to it, but the terminal stays blank.

The S1 switches from 1 to 3 are L, H, H. Everything else is as they received it.
Here's the image shared by them:

Please let me know how to resolve this issue.

Thanks,

Jonathan

  • Hi Jonathan,

    The LaunchPad's F28069M device Flash is programmed with demo code. It will run this demo code until a new image is programmed to the device's Flash memory.

    The 'Example_2806xAdcSoc' is configured to run from RAM memory by default, most of the examples in C2000WARE are this way. To change the program to load and run from Flash memory please see the App Note below. The files needed to convert the project for Flash programming / run are available in C2000WARE for the device as well.

    https://www.ti.com/lit/spra958

    Alternatively the customer can review and run the example below which is configured for flash already:

    C:\ti\c2000\C2000Ware_3_03_00_00\device_support\f2806x\examples\c28\flash_f28069

    Best,

    Kevin