Hi, i am develope a code in LPC2214 the max.RAm size is 16K,but i have a code,that size is exceeds 16K.I want to reduce my Data section in PRogram,for that purpose i used the #IFDEF preprocessor, even that also not reduce the data section size,it reduce only the code section size.
So, please sujjest me how to reduce the RAM size on C programming.