Tool/software: Code Composer Studio
I'm struggling with the unwanted inclusion of a .cio buffer and presumably some associated library code that makes the project's RAM and ROM requirements too large for a MSP430F2013. The code has no printf, assert, or other statements that, so far as I know, require console I/O. The code compiled, downloaded, and ran without problem using IAR Embedded Workbench. How can I either discover what's invoking a .cio buffer or configure Code Composer not to include it?