Gemma V2 (black) won't run any code

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bostrovsky
 
Posts: 13
Joined: Wed Sep 05, 2018 12:54 pm

Gemma V2 (black) won't run any code

Post by bostrovsky »

For example...this is what I get when I just try to run the blink code:

Arduino: 1.8.6 (Mac OS X), Board: "Adafruit Gemma (ATtiny85 @ 8MHz)"

Build options changed, rebuilding all
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c: In function 'attachInterrupt':
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c:166:8: warning: #warning attachInterrupt may need some more work for this cpu (case 1) [-Wcpp]
#warning attachInterrupt may need some more work for this cpu (case 1)
^
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c: In function 'detachInterrupt':
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c:255:8: warning: #warning detachInterrupt may need some more work for this cpu (case 1) [-Wcpp]
#warning detachInterrupt may need some more work for this cpu (case 1)
^
In file included from /Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c:29:0:
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c: In function 'INT1_vect':
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c:310:15: warning: 'INT1_vect' appears to be a misspelled signal handler, missing __vector prefix [-Wmisspelled-isr]
IMPLEMENT_ISR(INT1_vect, EXTERNAL_INT_1)
^
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/WInterrupts.c:310:1: note: in expansion of macro 'IMPLEMENT_ISR'
IMPLEMENT_ISR(INT1_vect, EXTERNAL_INT_1)
^
In file included from /Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/Tone.cpp:37:0:
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/Tone.cpp: In function 'void TIMER2_COMPA_vect()':
/Applications/Arduino1.6.app/Contents/Java/hardware/arduino/avr/cores/arduino/Tone.cpp:538:5: warning: 'TIMER2_COMPA_vect' appears to be a misspelled signal handler, missing __vector prefix [-Wmisspelled-isr]
ISR(TIMER2_COMPA_vect)
^
Sketch uses 700 bytes (13%) of program storage space. Maximum is 5310 bytes.
Global variables use 9 bytes of dynamic memory.

avrdude: error: usbtiny_transmit: Broken pipe
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.


avrdude: error: usbtiny_transmit: Broken pipe
avrdude: error: usbtiny_transmit: Broken pipe

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I am running v. 1.8.6 of the arduino IDE with Adafruit Gemma chosen as the board and USBtinyISP selected and this cable works perfectly with other Arduino and feather devices.

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”