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.

C2000 launchpad XL

Other Parts Discussed in Thread: TMS320F28027, CONTROLSUITE

Hello,


i am facing strange problem ( i guess that is only in configuration)

I made my one library for programming F28027 , but i can't make program to stay after reboot (with power down).
Does any one know how to make program stay in flash after reboot ?
( i am using TMS320F28027.ccxml )

  • Hi Linas,

    You need to change the build configuration to "Flash".  By default when the projects are imported they will be configured for a RAM build. Right click on the project, select Build Configuration, Set Active, and then Flash.  Recompile and reprogram with the .out file in the Flash directory and the code should stay in the part between power cycles.

    Regards,

    Trey

  • when i was using control suite projects i had ram/flash option, but result was same.
    for that reason i made new project from scratch so i have only c file and header with all peripheral config inside. and in build configuration i can chose just debug or release.
    i get full erase, program, verify and it works only if i have power after programming,  

  • You need to change the .cmd file the project is using to one of the flash ones.  I would recommend you use this one:

    F2802x_generic_flash.cmd

    which can be found in this directory:

    C:\TI\controlSUITE\development_kits\C2000_LaunchPad\f2802x_common\cmd