• 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...
  • how to increase stack size
    Hi How to increase the stack size , i am not using the RTX. Where i have to increase (which file). thanks and regards Goran.
  • Code size Increased Unreasonably!
    Hi Everyone, I'm using C251 compiler with optimization level 9 with 'size' emphasis. I've a function similar to one given below. int * fun(short* param1, Boolean param2){ //..........code...
  • Memory size increase with uVission4
    Hello, We worked previously with the uVision3 with following components and optimization level 0: uVision3 V3.70 Toolchain: MDK-ARM Standard 3.30 C Compiler: V3.1.0.942 SARMCM3.DLL: V3.30 DARMSTM...
  • How to increase my array size?
    I want to include a hexidecimal array into my c code. The hexidecimal array has about a thousand elements in it. The compiler would not let me do it. I am using a 89C664 microprocessor. I want to know...