This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RW-data and ZI-data

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.