Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はavrstudio5を使用しています。私のコントローラーはAT32UC3A0512です。プログラムを書き込む前に、フラッシュで占有される最終的なプログラムサイズを知りたいです。これを知る方法を教えてください。
こんにちは、これを行うコマンドはavr32-size.exe [option(s)] [file(s)]です。次のように使用します。出力ディレクトリに移動します
avr32-size.exe -Project.elf
最新のStudioビルドは、プロジェクト全体を再構築するときにデフォルトでこれを行う必要があります。これは[出力]タブに表示されます([表示]->[出力]またはAlt+2で開く)