HI, From forum i came to know that
1. ZI Data: Zero Initialized Data
2. RO Data are the constants.
Total RAM Size = RW Data + ZI Data Total ROM Size = Code + RO Data + RW Data
so size of hex file generated after succesfull compilation should size of ROM size.
am I correct? If not correct me please.
Rajbabu.
Thanks Andrew Neil,
I got it but when we putting .hex file into flash so we what matters for us ROM size (which is indicated by keil compiler in output window) or size of HEX file (which generated by as output file).
Rajbabu