Part Number: MSP430FR5994
Tool/software: Code Composer Studio
Hi,
My project builds (compiles) but doesn't link because of these errors?
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 ".TI.bound:aes_keys" size 0x60, overlaps with ".TI.bound:ten4_mirror_stack", size 0xf4 (page 0)
In my code I have been using the #pragma LOCATIO(x, addr) to link data in the FRAM space.
Craig