Bill of Material Serial Programmer
SUM x SEK (y USD) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Debug infoIf you get:avrdude -p atmega164p -P com1 -c ponyser -V -U flash:w:test1.hex avrdude: AVR device not responding avrdude: initialization failed, rc=-1 Double check connections and try again, or use -F to override this check. avrdude done. Thank you. make: *** [program] Fel 1 Compilation exited abnormally with code 2 at Fri May 30 02:40:40 Then you might need to lessen the load (increase the resistance) on your ISP pins (MOSI/MISO/etc). e.g. in my case from 150 Ohm to 1k. E.g. MISO,MOSI.. pins to LED's to 150 Ohm resistors to VCC won't work if you try to program at 5V, but will work if you run at 3V instead. And then again, if you change to 1k Ohm resistors it will work at 5V. 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 "test1.hex" avrdude: input file test1.hex auto detected as Intel Hex avrdude: writing flash (260 bytes): Writing | ################################################## | 100% 0.70s avrdude: 260 bytes of flash written avrdude done. Thank you. Compilation finished at Fri May 30 02:52:59 |