• newbie questions about the stack and the stack size
    Hi I have a few questions about the stack size (LPC2200 controller). E.g. in my programm is a main function with an array short example[16][500]; 16 * 500 * 4 (short) = 3,9 kByte ...
  • Program Size Question
    I've been working on a project in KEIL uVision3 for some time now, and recently noticed that when compiled, my program size is displayed as follows: Program Size: Data=164.0 xdata=589 code=8279 ...
  • Code size question
    I viewed one of my the *.lst file to determine the code size. Here are what listed: Static Overlayable Code size 46267 -- Constant size 8042 -- xdata size 21 832 pdata size -- -- data size 20...
  • Printf() size, questions?
    How many bytes will printf() take up in a non debug-monitor environment? Also, is it easy to set up printf() to map to a second UART? I will need control of the UART ISR so that I can handle receives...
  • about code size of functions
    How can we check code size of an individual functions? One method is to disable all other functions and compile only one function. Is there any other method?