Part Number: TMS320F28379D
Other Parts Discussed in Thread: CODECOMPOSER, CONTROLSUITE
Tool/software: Code Composer Studio
When building my project with CodeComposer Studio, I get the following warning :
absolute symbol "_RamfuncsLoadEnd" being redefined
Other symbols are being redefined as well : _RamfuncsLoadSize, _RamfuncsLoadStart, _RamfuncsRunEnd, _RamfuncsRunSize, _RamfuncsRunStart.
When executing the code, I stepped into the code where there is a copy of time critical and Flash setup code to RAM (in function InitSysCtrl); 0 bytes are copied since RamfuncLoadSize is set to 0.
Compiler Version : TI v16.9.1.LTS
controlSUITE version : v3.4.1
Linker command file : 2837xD_FLASH_lnk_cpu1.cmd
Thank you,