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
Post a Comment