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.

Programming Lauchxl - F28069M

Other Parts Discussed in Thread: CONTROLSUITE, LAUNCHXL-F28069M, TMDSCNCD28069ISO

Hello

I just learn how to use the ccs to program the board lauchxl. After importing the example "Blinking LED", I use the debugger to test the code. I click on the resume (F8) to run the process and click Terminate to close the debugger. But the problem is when I push the button "reset" on the board, or unplug and replug, I can't see the led blinking anymore. Is it "normal" ? or maybe my configuration for the switches on the board is wrong. Now, all my switches are on the state "On".

It seems that  the flash rom erases all data after power off

Max 

  • Hi,

    The above code is RAM based and you need to dump the same on the flash. Once you do that, you can reset and operate in standalone mode.
    For running your code through flash you can search the forum for number of threads on the same.

    Regards,
    Gautam
  • Hi Torrelli,

    I believe that you are flashing the Blinky project which was build for FLASH. If not please configure for Flash. Also ensure that Boot mode pins are configured to GetMode.
    For those information please refer controlSUITE example projects. Below are the controlSUITE example projects and documentation path details.

    ..\ti\controlSUITE\device_support\f2806x

    ..\ti\controlSUITE\development_kits\LAUNCHXL-F28069M\

    ..\ti\controlSUITE\development_kits\~controlCARDs\TMDSCNCD28069ISO_v1_1\R0_4

    ..\ti\controlSUITE\development_kits\F28069 controlSTICK

    -Aditya