This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Printf support for TMS320f c28031

Hello everyone,

Im trying to get the printf() working on my CCS 6.1.2 on my windows 7 machine, for my TMS320f c28031 MCU. 

I followed these two links given by TI technical support which dint work in my case. 

http://processors.wiki.ti.com/index.php/Tips_for_using_printf?keyMatch=printf&tisearch=Search-E

http://processors.wiki.ti.com/index.php/Printf_support_in_compiler

So they suggested me to post here. These are the errors im facing with :

/AtomSwitch_F28031.cmd", line 139: error #10099-D: program will not fit into available memory. run placement with alignment/blocking fails for section ".esysmem" size 0x500 page 1. Available memory ranges:
RAML2 size: 0x400 unused: 0x400 max hole: 0x400


"../AtomSwitch_F28031.cmd", line 138: error #10099-D: program will not fit into available memory. run placement with alignment/blocking fails for section ".ebss" size 0x45f page 1. Available memory ranges:
RAML2 size: 0x400 unused: 0x400 max hole: 0x400
error #10010: errors encountered during linking; "AtomSwitch.out" not built

Any help is much appreciated as Im trying to debug a project, Thanks