Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
Hi all,
I am facing issues while verifying the Example_F28379D_LaunchPadDemo example code on C2000 LaunchPad XL TMS320F28379d Ver1.1..
Before flashing the code, connected the lauchpad to PC using USB cable and the terminal displays TI Logo with F28377S.
The example code Example_F28379D_LaunchPadDemo/ti_ascii.h has a TI Logo with "F28379D, wanted verify the same.
In the debug session I am getting error No source available for "0x3fe493. Anybody faced similar issue, Please let me know.
Please find the build warnings as shown below, did anybody fixed, Kindly let me know. Thanks in advance.
****************************************************************************
C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 103: warning #10190-D:
absolute symbol "_RamfuncsLoadStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 104: warning #10190-D:
absolute symbol "_RamfuncsLoadSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 105: warning #10190-D:
absolute symbol "_RamfuncsLoadEnd" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 106: warning #10190-D:
absolute symbol "_RamfuncsRunStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 107: warning #10190-D:
absolute symbol "_RamfuncsRunSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 108: warning #10190-D:
absolute symbol "_RamfuncsRunEnd" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 103: warning #10190-D:
absolute symbol "_RamfuncsLoadStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 104: warning #10190-D:
absolute symbol "_RamfuncsLoadSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 105: warning #10190-D:
absolute symbol "_RamfuncsLoadEnd" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 106: warning #10190-D:
absolute symbol "_RamfuncsRunStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 107: warning #10190-D:
absolute symbol "_RamfuncsRunSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 108: warning #10190-D:
absolute symbol "_RamfuncsRunEnd" being redefined
warning #10247-D: creating output section ".cio" without a SECTIONS
specification
warning #10210-D: creating ".esysmem" section with default size of 0x400; use
the -heap option to change the default size
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 103: warning #10190-D:
absolute symbol "_RamfuncsLoadStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 104: warning #10190-D:
absolute symbol "_RamfuncsLoadSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 105: warning #10190-D:
absolute symbol "_RamfuncsLoadEnd" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 106: warning #10190-D:
absolute symbol "_RamfuncsRunStart" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 107: warning #10190-D:
absolute symbol "_RamfuncsRunSize" being redefined
"C:/ti/controlSUITE/device_support/F2837xD/v200/F2837xD_common/cmd/2837xD_FLASH_lnk_cpu1.cmd", line 108: warning #10190-D:
absolute symbol "_RamfuncsRunEnd" being redefined
****************************************************************************
Here is the tools versions used are as follows:
CCS: CCS(v7.16)
Controlsuite version: v3.4.6 - April 13, 2017
Hi all,
The issue mentioned above has been fixed, issue is with 2837xD_FLASH_lnk_cpu1.cmd file,
Please find the linker cmd file in the attached zip file for the the tools versions mentioned in the above.
There are no build warnings w.r.to. Ramfuncs sections, attached the terminal display output in the attached file.adc_demo_issuefix.zip
Thanks