I am using avr studio 5. My controller is AT32UC3A0512. I want to know my final program size which will be occupied on flash before burning the program. Please let me know how to know this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hi the command to do this is avr32-size.exe [option(s)] [file(s)].
Use it like this:
Navigate to the output directory
avr32-size.exe -Project.elf
The latest Studio build should do this by default when rebuilding the complete Project. This will show up in the output tab.(Open with View->Output or Alt+2