Hi,
I have the following problem with a new ATTINY 2313A -PU (standalone on a breadboard,). I take a sketch from arduino IDE (Blink) ,compile it through the IDE, open terminal and upload the sketch with a programmer (pololu) and with avrdude to the chip (avrdude -P /dev/ttyACM0 -p t2313 -c avrisp2 -v -U flash:w:Blink.cpp.hex ).
Avrdude says everything is ok (... bytes verified, fuses ok ...) but nothing happens. No blink,no nothing.( recently a new problem comes up - initialisation failed - rc-1 check connections ).
The same problem with a ATTINY 85 20PU although it somtimes runs the code.
Any ideas? Thanks.
Schematic?
What fuse settings are you using?
Have you modified the blink sketch to blink a pin connected to an LED? It won't throw compile errors if you have something like digitalWrite(13,1); on an attiny85 with 5 IO pins.
Which ATTiny board defs are you using?
What IDE version?
The fuses settings are these:(tiny 85)
avrdude: verifying ...
avrdude: 1030 bytes of flash verified
avrdude: safemode: lfuse reads as E2
avrdude: safemode: hfuse reads as DF
avrdude: safemode: efuse reads as FF
avrdude: safemode: Fuses OK
avrdude done. Thank you.
The code has been modified to : ... digitalWrite (1,HIGH) ... (pin 6 on tiny 85)
The IDE version is 1.6.5