Flash = Code + RW data + RO data Ram = RW data + ZI data
right??
I am using LPC1317 with 64K flash & 10K sram.
After build keil shows : code : 63450 ro : 9566 rw : 376 zi : 3120
So flash = 73392 ram = 3496
How does code get build if memory exceeds it limit. I haven't changed map file .
I didn't find sct file in my current program.
My earlier codes build on previous versions of keil had sct file. I checked that & its right configured.
Now I found that there is no limit with code that I can build. I had build larger than 80KB of code.
I had checked map file & it shows:
============================================================================== Total RO Size (Code + RO Data) 82612 ( 80.68kB) Total RW Size (RW Data + ZI Data) 3528 ( 3.45kB) Total ROM Size (Code + RO Data + RW Data) 82752 ( 80.81kB) ==============================================================================