• 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...
  • 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 user STACK size for LPC2138 in startup.s
    i have got the error Error: L6406W: No space in execution regions with .ANY selector matching section STACK(startup.o). Error: L6407W: Sections of aggaregate size 0x488 bytes could not fit into .ANY...
  • How to increase user STACK size for LPC2138 in startup.s
    i have got the error Error: L6406W: No space in execution regions with .ANY selector matching section STACK(startup.o). Error: L6407W: Sections of aggaregate size 0x488 bytes could not fit into .ANY...
  • 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...