avr gcc - How to know the final program size after compilation on avr32 -



avr gcc - How to know the final program size after compilation on avr32 -

i using avr studio 5. controller at32uc3a0512. want know final programme size occupied on flash before burning program. please allow me know how know this?

hi command avr32-size.exe [option(s)] [file(s)]. utilize this: navigate output directory

avr32-size.exe -project.elf

the latest studio build should default when rebuilding finish project. show in output tab.(open view->output or alt+2

size avr-gcc

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -