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.

MSP430F2274 working on IAR compiler that supports 4kb

Other Parts Discussed in Thread: MSP430F2274

Hi ,

     I am working on MSP430F2274 which has 32kb flash, I am using the IAR compiler and want to know the Size of the program I am writing into the Microcontroller like codesize,Data size, etc I want to know how to configure the IAR to show me the program size in kilo bytes and also I want to know the file extension whether it is hex or binary or proprietary as of now I understood it as ddf (device description file) or d43 whatver plz help me . Is it the Object file which has the original size or List file  that has the Program size.

1. To find the program size (code size that is loaded into the Flash) burnt into flash

2. To find the output format of the file

[:)]

 

  • Hi,

    pls find comments below; I hope they are of good use for you. Rgds G**kbuster

    1.) You have to generate a map file to see your applications memory layout and/or usage. Simply click on
    Project-->Linker-->List and check the option GENERATE LINKER LISTING (with segment and module map). The resulting map file is lokated in the Output/List -folder of your project; file name is <project_name>.map.

    2.) You can change the default output file format by clicking on Project-->Linker; by checking OTHER you may select a different output file format (i.e. intel-extended). Then check OVERRIDE DEFAULT and rename to the extension needed (i.e. xx.hex if your programmer needs a HEX-File).

**Attention** This is a public forum