Quote:
|
Originally Posted by Alan Anderson
The file size is not the same thing as the code size. The .hex file contains more than just the raw bits which end up in the flash memory of the controller. Look in the .map file to find out how much space the program is actually taking.
|
Indeed. It's in Intel-Hex (google for it if you really want to know). Mine is 69 KB, but the MAP file says that the code is using 72% of my program memory (or 24K).