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
[:)]