I just received my Feather 328P and I'm trying to upload a blink sketch. When I plug the board into my mac, the yellow CHG led flashes very quickly. Trying to upload a sketch gives the following error:
avrdude: stk500_recv(): programmer is not responding
(I'll include the full verbose report at the end of this post)
Things I've done:
- Installed the SiLabs drivers
- Set the board to "Arduino Pro or Pro Mini"
- Set the chip to ATmega328P 3.3v, 8MHz
- Set the port to /dev/cu.SLAB_USBtoUART
I also installed the actual Adafruit 328 BSP with similar results. I tried a few different USB cables; no dice.
If I press the button on the board, the red led flashes three times. The yellow CHG led continues to blink quickly.
If my board dead? What does the fast-flash CHG led mean? Do I need to select a particular programmer from the Tools menu? Am I just missing something?
Thanks in advance for your help! :)
- Code: Select all | TOGGLE FULL SIZE
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/private/var/folders/9w/2cw1h2jd35vdmqypqxclqfvm0000gn/T/AppTranslocation/54A80747-AA6A-4D04-A0F2-AC56C2AE9A64/d/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/andrewshouldice/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.SLAB_USBtoUART
Using Programmer : arduino
Overriding Baud Rate : 57600
AVR Part : ATmega328P
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PC2
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : Arduino
Description : Arduino
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
Hardware Version: 62563643
Firmware Version: -335003808.32766
Topcard : STK502
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
Vtarget : 3267.1 V
Varef : 3.2 V
Oscillator : 0.001 Hz
SCK period : 35553.4 us
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_recv(): programmer is not responding
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.