Sep 18, 2013 #1 M Max++ Junior Member level 3 Joined May 24, 2006 Messages 29 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Location Thailand Visit site Activity points 1,495 After we compile a program with Keil. And then it summarize the information for us something like below. Program Size: Code=4300 RO-data=320 RW-data=52 ZI-data=1636 From above example, I guess "Code" mean the flash size which our program take (4300 Byte). What about others, what do they mean?
After we compile a program with Keil. And then it summarize the information for us something like below. Program Size: Code=4300 RO-data=320 RW-data=52 ZI-data=1636 From above example, I guess "Code" mean the flash size which our program take (4300 Byte). What about others, what do they mean?
Sep 18, 2013 #2 jayanth.devarayanadurga Banned Joined Dec 4, 2012 Messages 4,280 Helped 822 Reputation 1,654 Reaction score 791 Trophy points 1,393 Location Bangalore, India Visit site Activity points 0 RO = Read Only = ROM RW = Read Write = RAM I might be wrong.
Sep 18, 2013 #3 errakeshpillai Full Member level 5 Joined Oct 17, 2011 Messages 255 Helped 64 Reputation 128 Reaction score 59 Trophy points 1,328 Location Chennai, India Visit site Activity points 2,738 RO- read only RW- read write ZI - Zero initialized data Check This.
Sep 18, 2013 #4 alexan_e Administrator Joined Mar 16, 2008 Messages 11,888 Helped 2,021 Reputation 4,158 Reaction score 2,031 Trophy points 1,393 Location Greece alexan.edaboard.eu Activity points 64,371 Refer to https://www.edaboard.com/threads/240300/