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