• 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 question (newbie)
    I want to print in a terminal the "%"character when I put printf(" %c % ",var); the % doesn't print why??
  • C question regarding printf
    int temp 1 , temp2; temp1 = ((packet_analyze[i] << 56) & 0xFF000000); temp1 |= ((packet_analyze[i+1] << 48) & 0x00FF0000); temp1 |= ((packet_analyze[i+2] << 40) & 0x0000FF00); temp1 |= ((packet_analyze...
  • 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...