Tool/software: TI C/C++ Compiler
Hi Everybody,
I have msp430g2553 Microcontroller and i'm using CCS6.1.3
when i try to build the program i wrote it shows me the following error:
error #10099-D: program will not fit into available memory. placement with alignment fails for section ".text" size 0x16b2
I understand that the section .text is the code i wrote and 0x16b2 (5810) is the size in bits?
The msp430g2553, the RAM is 0.5KB and Non-volatile Memory is 16KB
so ,if i'm not mistaken about what i wrote, from that i can conclude that there's still memory left.
i used Optimizer Assistant but all levels shows red.
in the linker > Advanced Options > Runtime Environment i choose ROM and RAM in initialization model but nothing is working
so, i have two questions:
1. does ccs limit the code size? if so, how can i change/disable it?
2. what other ways should i check to solve this problem.
Thank you all.