While I used F28377D chip and create a new project following the 'F2837xD Fireware Development Package user's guide' in CPU2. There is correct as the guide, but when I add the printf function for debugging the project, it will be a error as:
"../2837xD_RAM_lnk_cpu2.cmd", line 37: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x1cac page 0.
If I creat the project as a base project as hello wrold, and use the same *.cmd file, there is no error.
Where is the problem?
