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?
Also, since my code never uses dynamic memory allocation, can i set the heap size to 0 bytes?