i finished the build and attached to my computer
the device manager is showing “USB-SERIAL CH340 (COM9)” under Ports (COM & LPT)
I am on windows 7 64bit
I have the board set to Leonardo on COM9
Everytime I Upload it fails with a buffered memory access not supported.
below is the verbose readout on upload.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows 7), Board: "Arduino Leonardo"
Binary sketch size: 18,644 bytes (of a 28,672 byte maximum)
Forcing reset using 1200bps open/close on port COM9
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
PORTS {COM9, } / {COM9, } => {}
Uploading using selected port: COM9
C:\Program Files (x86)\Arduino\hardware/tools/avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega32u4 -cavr109 -P\.\COM9 -b57600 -D -Uflash:w:C:\Users\QUOSYS~1\AppData\Local\Temp\build2052616656840759390.tmp\GCodeParser.cpp.hex:i
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright © 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright © 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware/tools/avr/etc/avrdude.conf"
Using Port : \\.\COM9
Using Programmer : avr109
Overriding Baud Rate : 57600
AVR Part : ATmega32U4
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
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 10 8 0 no 1024 8 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
Programmer Type : butterfly
Description : Atmel AppNote AVR109 Boot Loader
Connecting to programmer: .avrdude: Send: . [1b]
avrdude: Send: S [53]
avrdude: Recv: . [cc]
avrdude: Recv:
avrdude: Send: V [56]
avrdude: Recv: . [cc]
avrdude: Send: v [76]
avrdude: Recv: . [cc]
avrdude: Recv:
avrdude: Send: p [70]
avrdude: Recv: . [cc]
Found programmer: Id = “Ìÿ(”; type = Ì
Software Version = Ì.
I was able to switch the device driver to Makeblock but that didn’t work.
I switched the board to an UNO and the upload works but the GRemoteFull doesn’t seem to move anything. I tried the stepper example programs and I can move the X and y. I am stuck on how to proceed.