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.

TMS320F28335: Flash run

Part Number: TMS320F28335
Other Parts Discussed in Thread: TMS320F28379D, , C2000WARE

Hello,

I have previously used the TMS320f28379D where I used to change the linker command file to "2837x_FLASH_lnk_cpu1". However, when I am using the TMS320F28335 it has only the "28335_RAM_lnk" in the linker command file. How can I change to flash mode?

Thanks.

Naveed

  • Naveed,

    The example project for the F2837xD have several build configurations that will selectively use either flash or RAM linker as you mention.  The examples for the F2833x only have the RAM_lnk and when those were created we didn't use build configurations.

    You can manually add the flash linker .cmd file in this path in C2000Ware  C:\ti\c2000\C2000Ware_5_00_00_00\device_support\f2833x\common\cmd\  The .cmd that don't have "RAM" in the title should be configured to link to flash.

    After you add this linker .cmd file you will need to exclude the RAM lnk that is already there.  You can then set up 2 build configs if desired to switch like the F2837x examples.  Or you can just include/exclude the linkers as needed.

    Best,

    Matthew