Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Using library Kaimana in folder: C:\Users\Chris\Documents\Arduino\libraries\Kaimana (legacy)
  2. Using library Wire at version 1.0 in folder: C:\Users\Chris\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\libraries\Wire
  3. Sketch uses 7764 bytes (27%) of program storage space. Maximum is 28672 bytes.
  4. Global variables use 403 bytes (15%) of dynamic memory, leaving 2157 bytes for local variables. Maximum is 2560 bytes.
  5. Forcing reset using 1200bps open/close on port COM8
  6. PORTS {COM8, } / {} => {}
  7. PORTS {} / {COM8, } => {COM8, }
  8. Found upload port: COM8
  9. C:\Users\Chris\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/bin/avrdude -CC:\Users\Chris\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf -v -patmega32u4 -cavr109 -PCOM8 -b57600 -D -Uflash:w:C:\Users\Chris\AppData\Local\Temp\arduino_build_563303/example.ino.hex:i
  10.  
  11. avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
  12. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  13. Copyright (c) 2007-2014 Joerg Wunsch
  14.  
  15. System wide configuration file is "C:\Users\Chris\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"
  16.  
  17. Using Port : COM8
  18. Using Programmer : avr109
  19. Overriding Baud Rate : 57600
  20. AVR Part : ATmega32U4
  21. Chip Erase delay : 9000 us
  22. PAGEL : PD7
  23. BS2 : PA0
  24. RESET disposition : dedicated
  25. RETRY pulse : SCK
  26. serial program mode : yes
  27. parallel program mode : yes
  28. Timeout : 200
  29. StabDelay : 100
  30. CmdexeDelay : 25
  31. SyncLoops : 32
  32. ByteDelay : 0
  33. PollIndex : 3
  34. PollValue : 0x53
  35. Memory Detail :
  36.  
  37. Block Poll Page Polled
  38. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  39. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  40. eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
  41. flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
  42. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  43. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  44. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  45. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  46. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  47. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  48.  
  49. Programmer Type : butterfly
  50. Description : Atmel AppNote AVR109 Boot Loader
  51.  
  52. Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
  53.  
  54. avrdude: butterfly_recv(): programmer is not responding
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement