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/TMS320F28069M: want to shift FROM RAM debug mode to FLASH debug mode

Part Number: TMS320F28069M
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I am working with ECANbacktoback.c program in C2000ware very well.

This debug and run in RAM. BUT I want to run and debug program through FLash.

CAN you suggest with files should be included and what changes should be done for this.

Thanks

  • Hi Ashwinee,

    You will need to replace the linker command file in your project that is for running form RAM with one for running from Flash. One is provided within C2000ware, directory below:

    C:\ti\c2000\C2000Ware_1_00_05_00\device_support\f2806x\common\cmd\F28069M.cmd

    If you're wanting to run in standalone mode, you'd need to change the boot mode pins on your device after programming as well. GetMode defaults to run from from Flash I believe.

    Best,
    Kevin
  • Hello

    In addition to what Kevin suggested, refer to the example "flash_f28069" which is an example setup to run from flash.

    Best regards
    Chris