• 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 ...
  • 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...
  • 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 ...
  • 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...
  • Question about the OS size
    I got a MCB2140 Evaluation board for the phillips lpc2148. I was curious about the maximum program size i can write for this board. I assume since my flash size is 512kb, i would assume thats the largest...