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-F28379D: Example_F28379D_Launchpad [Active - CPU1_Flash] does not run

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE, TMS320F28379D,

Tool/software: Code Composer Studio

When I import and build the Flash configuration, I get linker warnings and I cannot debug the project.

If I comment out part of the 2837xD_FLASH_lnk_cpu1.cmd file, most of linker warnings go away and the program runs reasonably well

/* Commented out 06/06/2017
#ifdef __TI_COMPILER_VERSION__
#if __TI_COMPILER_VERSION__ >= 15009000
.TI.ramfunc : {} LOAD = FLASHD,
RUN = RAMLS0 | RAMLS1 | RAMLS2 |RAMLS3,
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0, ALIGN(4)
#endif
#endif
*/

Snapshot of the warnings before commenting out portion of file

  • It seems I imported my project fromLaunchpad example project from controlsuite which appears to be deprecated according to Gautam.
    C2000ware is preferred. I'm surprised that this is a known problem, and no one from TI even bothered to answer my post.

    reference post
    CCS/TMS320F28379D: LAUNCHPAD Example_28379D_LaunchPad example code verification : debug error No source available for "0x3fe493"
  • Hello

    My apologies for this post getting overlooked. This is fixed in F2837xD device support v2.10 and newer.
    You are correct, we always recommend using the latest device support files and those are in C2000Ware.

    Best regards
    Chris
  • Thanks for the reply. This launchpad is a relatively new product and I accidentally erased the out of the box program. It served as a good baseline for some other stuff I was working on.

    I went to
    C:\ti\controlSUITE\development_kits\LAUNCHXL-F28379D\LaunchPadDemo
    and imported the project and did a build with FLASH.
    That is where I saw the error.

    My ControlSuite is 3.4.6

    Thanks for letting me know that v2.10 of the cmd file is what fixes the issue.