Other Parts Discussed in Thread: MSP430F5529
Hi,
I am trying to have a 1024 point FFT built into the program but am facing issues with the memory size. I get the following errors:
error #10099-D: program will not fit into available memory. run placement with alignment fails for section "DATA_GROUP" size 0x704 . Available memory ranges:
RAM size: 0x2000 unused: 0x5b7 max hole: 0x5b7
error #10010: errors encountered during linking; "ADS1292new_V1_TCP.out" not built
In one of the forums I came across a posting where it said that by changing the cmd file the code could be placed into Flash rather than RAM. My devide is MSP430F5529 hence would like to know which cmd file could I use so that I can use the Flash rather than RAM to place the code.
Regards
Viney Chaddha