This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IAR 编译生成的bin文件大小问题



请教大家一个问题,我在IAR下编译一个工程后显示的代码信息如下:

     IAR Universal Linker V5.3.2.26 
     Copyright 1987-2012 IAR Systems AB. 

1 894 bytes of CODE  memory 
   184 bytes of DATA  memory (+ 44 absolute ) 
    43 bytes of CONST memory 

但生成的bin文件大小却是32K,我linker->output中选择的是raw-binary。
请问这是什么原因。

其实我是想做个远程升级的程序,用的是cc430,片上代码空间是32K,再运行boot程序的话就不够用了,请大牛解惑,不胜感激。