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.
Below are message while building file in Keil
1. What memory spaces do it refer, LPC1317 have 64K flash, 10Kb SRAm
Program Size: Code=3316 RO-data=312 RW-data=160 ZI-data=608 .
2. What are purpose of files with extensions: .o, .elf, .axf
ZI Data: Zero Initialized Data RO Data are the constants. Total RAM Size = RW Data + ZI Data Total ROM Size = Code + RO Data + RW Data
Total ROM Size = Code + RO Data + RW Data
Of course, Tamir as right, as always.
RW Data Contibute to both RAM & ROM ???????
Total RAM Size = RW Data + ZI Data Total ROM Size = Code + RO Data + RW Data
E.g : -One of my code is Program Size: Code=4260 RO-data=364 RW-data=156 ZI-data=612
Ram = 156 + 612 = 768 bytes Rom = 4260+365+156=4780bytes
Yes - think about initialisation...