Other Parts Discussed in Thread: CONTROLSUITE
Below are all the errors I got running another example program. I closed the cpu timer program (deleted it from the projects window).
I tried running the flash program in order to see an example that actually shows the program is running by seeing the flashing LED but I got the errors below...help resolve.
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 75: error:
library "libc.a"
RAML0 memory range overlaps existing memory range RAML0L1
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 76: error:
RAML1 memory range overlaps existing memory range RAML0L1
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 86: error:
BEGIN memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 89: error:
IQTABLES memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 89: error:
IQTABLES memory range overlaps existing memory range IQTABLES
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 90: error:
IQTABLES2 memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 90: error:
IQTABLES2 memory range overlaps existing memory range IQTABLES2
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 91: error:
IQTABLES3 memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 91: error:
IQTABLES3 memory range overlaps existing memory range IQTABLES3
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 93: error:
ROM memory range overlaps existing memory range BOOTROM
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 94: error:
RESET memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 94: error:
RESET memory range overlaps existing memory range RESET
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 100: error:
BOOT_RSVD memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 100: error:
BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 102: error:
RAMM1 memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 102: error:
RAMM1 memory range overlaps existing memory range RAMM1
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 103: error:
RAML2 memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 103: error:
RAML2 memory range overlaps existing memory range RAML2
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 104: error:
RAML3 memory range has already been specified
"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 104: error:
RAML3 memory range overlaps existing memory range RAML3
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "Example_28035_Flash.out" not built
>> Compilation failure
gmake: *** [Example_28035_Flash.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project Example_28035_Flash