Modifications

Aller à : navigation, rechercher

Programmation embarquée

1 551 octets ajoutés, 20 mars 2014 à 12:39
premiers pas
avrdude done. Thank you.
$ make -f hello.ftdi.44.echo.c.make program-avrisp2
avr-objcopy -O ihex hello.ftdi.44.echo.out hello.ftdi.44.echo.c.hex;\
avr-size --mcu=attiny44 --format=avr hello.ftdi.44.echo.out
AVR Memory Usage
----------------
Device: attiny44
 
Program: 776 bytes (18.9% Full)
(.text + .data + .bootloader)
 
Data: 64 bytes (25.0% Full)
(.data + .bss + .noinit)
 
 
avrdude -p t44 -P usb -c avrisp2 -U flash:w:hello.ftdi.44.echo.c.hex
 
avrdude: AVR device initialized and ready to accept instructions
 
Reading | ################################################## | 100% 0.00s
 
avrdude: Device signature = 0x1e9207
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "hello.ftdi.44.echo.c.hex"
avrdude: input file hello.ftdi.44.echo.c.hex auto detected as Intel Hex
avrdude: writing flash (776 bytes):
 
Writing | ################################################## | 100% 0.27s
 
avrdude: 776 bytes of flash written
avrdude: verifying flash memory against hello.ftdi.44.echo.c.hex:
avrdude: load data flash data from input file hello.ftdi.44.echo.c.hex:
avrdude: input file hello.ftdi.44.echo.c.hex auto detected as Intel Hex
avrdude: input file hello.ftdi.44.echo.c.hex contains 776 bytes
avrdude: reading on-chip flash data:
 
Reading | ################################################## | 100% 0.23s
 
avrdude: verifying ...
avrdude: 776 bytes of flash verified
 
avrdude: safemode: Fuses OK
 
avrdude done. Thank you.
0
6 691
modifications

Menu de navigation