Target ist stk500v2, der MCU ist ein ATMega32 und läuft mit dem STK500
Systemtakt. Gerade nochmal auf den ATMega32 umgebaut, C-Projekt
geladen, und... Vorführeffekt, ca. 20 mal nacheinander ohne Probleme
den Code geschrieben und gelesen.
Ich habe aber jetzt vorher noch das AVRStudio SP3 installiert,
vielleicht klappt es ja deswegen besser ??
Wenn es nochmal passiert poste ich es hier.
> "make.exe" program
avrdude -p atmega32 -P com1 -c stk500v2 -U flash:w:main.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100%
0.01s
avrdude: Device signature = 0x1e9502 (Atmel-ID detected)
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 "main.hex"
avrdude: input file main.hex auto detected as Intel Hex
avrdude: writing flash (5570 bytes):
Writing | ################################################## | 100%
1.78s
avrdude: 5570 bytes of flash written
avrdude: verifying flash memory against main.hex:
avrdude: load data flash data from input file main.hex:
avrdude: input file main.hex auto detected as Intel Hex
avrdude: input file main.hex contains 5570 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100%
0.74s
avrdude: verifying ...
avrdude: 5570 bytes of flash verified
avrdude: safemode: Fuses OK
avrdude done. Thank you.
> Process Exit Code: 0