• code size in restricted version
    while building the target, I got the following message.. * RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT; USED: 092DH BYTE (114%) * ******************************************************...
  • 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?
  • Size of programme code
    Hi all can anybody help me out how to determine size a progrrame is taking on a RAM... plzzz help me out
  • code size,flash size
    I have lpc1788 that has 512k code flash. In compiler it says Program Size: Code=80116 RO-data=415660 RW-data=1628 ZI-data=6021108 and my .axf file is 990kb. which data should I look for...
  • Calculating the Stack Space and the code size
    1) Is there any method of determining whether the stack space allocated is enough for the program execution. 2) Is there any feature in UVision 2 to determing the code size generated by the hex file...