I get the following error:
"../lnk_msp430fr5739.cmd", line 127: error #10099-D: program will not fit into available memory. placement with alignment fails for section "ALL_FRAM" size 0x34e9 . Available memory ranges: FRAM size: 0x3d80 unused: 0x3145 max hole: 0x3144 error #10010: errors encountered during linking; "C1202.out" not built
This is on MSP430FR5739. So it supposed to have 16K of FRAM, which it does (0x3d80=15744), but it says that it can only fit 12K, which is max hole (0x3144 = 12612). Where does the rest of memory go? Attached is my cmd file, I renamed it to .cxx so it can be attached. Thanks...