Content originally posted in LPCWare by karthik.s on Wed Aug 04 02:58:17 MST 2010I am using LPC1114.After building the application the following statistics are displayed on the console window. text data bss dec hex filename 23892 32 5358 29282 7262 SampleSPI.axfWhat i understand is text section indicates the amount of memory occupied in Flash(32KB).What about the amount of RAM occupied by the application code?Is it (data+bss)??Original Attachment has been moved to: 1100583_UART.zip