Hello,
I'm trying to get a "hello world" to work with Code composer v11 on Windows. I can't post in the code composer forum as it insists I put a "part number" in the field and then it only lets me post in the MSP forum so apologies if I'm asking my dumb question in the wrong forum!
I use Code composer to create a "hello world" and hit build. It then complains with errors in the linker cmd file. At the top of the file it says that this file is not used in the IDE which seems contradictory. It said to put some settings in the project properties which I did except for "-c LINK USING C CONVENTIONS" which I couldn't see in the project properties linking section.
Anyway, it's coming up with multiple errors like this:
<Linking>
"../lnk_msp430afe221.cmd", line 98: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment fails for section ".cio" size 0x120. Available memory ranges:
RAM size: 0x100 unused: 0x100 max hole: 0x100
Line 98 in the cmd file is
.cio : {} > RAM /* C I/O Buffer */
What should I do to get hello world compiling and linking?
Thanks
Peter