• ARM Program Size - ZI data?
    How does one interpret the code size displayed in the output window. For example my program compiled for the LPC2368: Program Size: Code=1264 RO-data=16 RW-data=0 ZI-data=1384 SO: 1) What is...
  • ARM Program Size - ZI data?
    How does one interpret the code size displayed in the output window. For example my program compiled for the LPC2368: Program Size: Code=1264 RO-data=16 RW-data=0 ZI-data=1384 SO: 1) What is...
  • Code size and data size statistics
    Hello all, I have µv3 installed on 2 different machines: the first µv3 prints a messages regarding the code/data sizes after a build is complete, but the other one does not. I just can't find the compiler...
  • Code size and data size statistics
    Hello all, I have µv3 installed on 2 different machines: the first µv3 prints a messages regarding the code/data sizes after a build is complete, but the other one does not. I just can't find the compiler...
  • ZI-data size increases with Stack Size increase
    If i set the stack size to 10k(0x2800) in the configuration wizard and re-build the code, ZI-data size is 18868. But when i increase the stack size to 20k(0x5000),ZI-data becomes 29108. Why is this so...