This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TIDA-00807: Memory issue

Part Number: TIDA-00807
Other Parts Discussed in Thread: MSP430FR5728

Tool/software: Code Composer Studio

Hi,

I am using TIDA-00807 reference design for my project. I have made its hardware and now I am trying to code this code composer studio. But it is showing following error:

"../lnk_msp430fr5728.cmd", line 130: error #10099-D: program will not fit into available memory. placement with alignment fails for section "ALL_FRAM" size 0x4604 . Available memory ranges:
FRAM size: 0x3d80 unused: 0x3d80 max hole: 0x3d80

I tried with some example codes of timer and adc those were working fine, but when i tried to write my algorithm it gave the error. 

Thanks