Hi
I am targeting the (TMS320C2000) Experimenter Kit using code composer 5. I would like to insert printf's in one of the example programs in the control suite. Are there insturctions on how to set this up. When I #include <stdio.h> and do a printf("my printF"); I get the following error. What do I have to do to get printf to work?
warning: creating output section ".cio" without a SECTIONS specification
warning: creating output section ".sysmem" without a SECTIONS specification
warning: creating ".sysmem" section with default size of 0x400; use the -heap
option to change the default size
"C:/ti/controlSUITE/device_support/f2803x/v125/DSP2803x_common/cmd/28035_RAM_lnk.cmd", line 112: error:
placement fails for object ".text", size 0x1c38 (page 0). Available ranges:
RAML0L1 size: 0xc00 unused: 0xc00 max hole: 0xc00
.text : > RAML0L1, PAGE = 0
"C:/ti/controlSUITE/device_support/f2803x/v125/DSP2803x_common/cmd/28035_RAM_lnk.cmd", line 120: error:
placement fails for object ".econst", size 0x245 (page 1). Available
ranges:
RAML2 size: 0x400 unused: 0xb8 max hole: 0xb8
.econst : > RAML2, PAGE = 1
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "Example_2803xCpuTimer.out" not
built