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.
Refer to http://www.keil.com/demo/limits.asp
ARM Evaluation Tools:
Point 4: The debugger supports programs that are 16K Bytes or smaller.
Point 9: The CARM compiler, assembler, and linker are limited to 16K Bytes of object code. Source code may be of any size.
My source file (.c) size is 2KB. After compilation, its object file is of 21KB.
But, I still run the debugger successfully ?
Do you refer to, say, filename.map ?
I check in the D/A Example Program folder download from
http://www.keil.com/download/docs/283.asp
In dac.map file, the last second line states
Program Size: data = 1301 const=160 code=676
then meaning the 'generated code' is 1301+160+676 = 2137 Bytes, roughly 2KB, after compilation ?
Thanks much
The limit is for code - not for data.
Thanks much, code size =676 Byte