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.

CCS/LAUNCHXL-F28027F: Download the program into flash

Part Number: LAUNCHXL-F28027F
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Dear Sir or Madam

When I have programmed in LAUNCHXL-F28027F, I want to download the program into flash instead of RAM, because I want to run the program standalone (without connecting to the computer). Therefore, is there anyone who can tell me how to set it. Attachment is a picture of my board LAUNCHXL-F28027F. Thank you very much and looking forward to your response.

Kind regards

Shaochuan Zhang

  • Hello,

    Where your program gets loaded/flashed to is determined by your linker command file. If you want your code loaded to flash, you will need to specify it so in your linker command file. If you are unfamiliar with linker command files, please see the below article:

    http://processors.wiki.ti.com/index.php/Linker_Command_File_Primer

    Note that controlSUITE comes with example linker command files for your device for both ram and flash. Look inside:

    .\controlSUITE\device_support\f2802x\<version>\f2802x_common\cmd

    You will see some cmd files for both examples.

    Thanks

    ki