We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I am working on LPC1768 controller of Cortex-M3 series and using Keil IDE compiler,I have observed that RW-data and ZI-data sizes both are increasing when i am going to declare gloabal variables with storage class of automatic and initializing them with zero value, according to the concept when we are initialize variable with zero it will allocated in ZI-region not in RW-data region.
Please give the clarification on this.
Thanks in advance Goutham Kumar.
Thanks for information.