Hi all,
I am currently working with an MSP430F2012 and I tried to run a program with a heavy amount of code and I get the following error:
Description Resource Path Location Type
#10099-D program will not fit into available memory. run placement with alignment fails for section "DATA_GROUP" size 0x1f . Available memory ranges: INA226start C/C++ Problem
Sometimes a similar error occurs, but it is usually resolved by fixing a syntax error of some kind. Is this actually the case where having too much code will keep this specific MSP430 from running? I just comment out some of the heavy functions and the lines that call them and it starts going without this error. Any help would be greatly appreciated.
Thanks,
Matt

