Hey,
I'm just starting with the ICE Board. As the first step I'd like to get the example projects working. So installed:
- Code Composer Studio v5.4.0.00091with xdctools_3_25_00_48 and bios_6_35_01_29
- am335x_sysbios_ind_sdk_1.0.0.8
- ipc_1_25_02_12
I Imported the Example Project "uartecho" to CCS, changed the device options in the project properties (Variant: ICE_AM3359 [Cortex A], Connection: XDS100v3).
When I'm trying to build de project i get the erros:
<Linking>
"../AM3359.cmd", line 20: error: SRAM memory range overlaps existing memory
range SRAM_HI
"../AM3359.cmd", line 22: error: L3OCMC0 memory range overlaps existing memory
range OCMC_SRAM
"../AM3359.cmd", line 26: error: DDR0 memory range overlaps existing memory
range DDR3
error: errors encountered during linking; "uartecho.out" not built
In the AM3359.cmd file, the Description is:
"This file is a sample linker command file that can be used for linking programs built with the C compiler and running the resulting .out file on an AM3359"
Do I have to change the memory mapping manually?
How can I solve this problem?
Best regards.