Part Number: MSP430FR2676
Other Parts Discussed in Thread: LP5012
When building my program I get the following 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. placement with alignment fails for section "ALL_FRAM" size 0x7ff8. Available memory ranges: lnk_msp430fr2676.cmd
the MCU has a capacity of 64KByte. I am using:
CODE size (bytes): 30648
CONST size (bytes): 1168
DATA size (bytes): 2769
If I delete a few lines of source code the compilation is succesful.
How can I solve the problem?