I'm bit stuck here and hoping community can help.
I'm trying to program attiny84a with my Mega2560
I have taken following steps:
Programmed my Mega with Arduino ISP, programmer AVR ISP
Connected mega to attiny like this:
ATTINY (pin)--------MEGA
slave reset ( 4 )-------53
MOSI ( 7)------------51
MISO ( 8 )------------50
SCK ( 9 )-------------52
I also connected heartbeat and error led
Changed led pin in blink program = 0
Programmed using "ATtiny84 (internal 1MHz clock)" board option and "Arduino as ISP" for prigrammer.
Got error: "avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny84" twice but nothing else.
Now I'm trying to program ATTiny84A with Micro and I have same issue.
I have done the modifications described here: http://forum.arduino.cc/index.php?topic=156863.msg1178434#msg1178434
Have connected pin 10 to targets reset. Programming succeeds but no blinking action - actually in my code I just set pins 7, 8, 9 and 10 high.
mudem:
This time had to use led=0
Can anyone explain me why is that so??
If your pins are not mapping correctly, your reference diagram (pin out) and your core do not match... That is, you are selecting the wrong board type.