Tâches
1. ouvrir AVR Studio 4 : OK 2. dézipper l'exemple avec µCOS III 3. créer un nouveau projet pour le demo 1. 4. éditer le fichier makefile pour avoir le bon chemin pour la variable UCOSIIDIR UCOSIIDIR = J:/log550/prototype2/UCOS-II-Demo/uC-OSII/SOFTWARE/uCOS-II/SOURCE 5. utiliser le makefile avec Project > Configuration Options > 5.1 cocher external makefile 5.2 cliquer sur le bouton [...] pour checher le fichier makefile 6. compiler ou 6.1 ouvrir un commande dos et aller dans le répertoire du projet 6.2 taper 'make' 7. noter le résultat: Size after: demo1.elf : section size addr .text 16820 0 .data 286 8388704 .bss 1371 8388990 .noinit 0 8390361 .eeprom 0 8454144 .debug_aranges 60 0 .debug_pubnames 1726 0 .debug_info 8650 0 .debug_abbrev 1273 0 .debug_line 7726 0 .debug_str 2403 0 Total 40315 AVR Memory Usage: ----------------- Device: atmega32 Program: 17106 bytes (52.2% Full) (.text + .data + .bootloader) Data: 1657 bytes (80.9% Full) (.data + .bss + .noinit) demo2: Size after: demo2.elf : section size addr .text 16558 0 .data 286 8388704 .bss 873 8388990 .noinit 0 8389863 .eeprom 0 8454144 .debug_aranges 60 0 .debug_pubnames 1653 0 .debug_info 8417 0 .debug_abbrev 1263 0 .debug_line 7294 0 .debug_str 2376 0 Total 38780 AVR Memory Usage: ----------------- Device: atmega32 Program: 16844 bytes (51.4% Full) (.text + .data + .bootloader) Data: 1159 bytes (56.6% Full) (.data + .bss + .noinit)