Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1.  
  2. Sketch uses 928 bytes (3%) of program storage space. Maximum is 30,720 bytes.
  3. Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
  4. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b57600 -D -Uflash:w:C:\Users\ADMIN\AppData\Local\Temp\buildb1e431b610d77732fb75c76bb31a3718.tmp/sketch_aug30a.ino.hex:i
  5.  
  6. avrdude: Version 6.3, compiled on Jun 22 2016 at 16:05:21
  7. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  8. Copyright (c) 2007-2014 Joerg Wunsch
  9.  
  10. System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  11.  
  12. Using Port : COM4
  13. Using Programmer : arduino
  14. Overriding Baud Rate : 57600
  15. AVR Part : ATmega328P
  16. Chip Erase delay : 9000 us
  17. PAGEL : PD7
  18. BS2 : PC2
  19. RESET disposition : dedicated
  20. RETRY pulse : SCK
  21. serial program mode : yes
  22. parallel program mode : yes
  23. Timeout : 200
  24. StabDelay : 100
  25. CmdexeDelay : 25
  26. SyncLoops : 32
  27. ByteDelay : 0
  28. PollIndex : 3
  29. PollValue : 0x53
  30. Memory Detail :
  31.  
  32. Block Poll Page Polled
  33. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  34. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  35. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  36. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  37. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  41. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  42. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  43.  
  44. Programmer Type : Arduino
  45. Description : Arduino
  46. Hardware Version: 2
  47. Firmware Version: 1.16
  48. Vtarget : 0.0 V
  49. Varef : 0.0 V
  50. Oscillator : Off
  51. SCK period : 0.1 us
  52.  
  53. avrdude: AVR device initialized and ready to accept instructions
  54.  
  55. Reading | ################################################## | 100% 0.00s
  56.  
  57. avrdude: Device signature = 0x1e950f (probably m328p)
  58. avrdude: reading input file "C:\Users\ADMIN\AppData\Local\Temp\buildb1e431b610d77732fb75c76bb31a3718.tmp/sketch_aug30a.ino.hex"
  59. avrdude: writing flash (928 bytes):
  60.  
  61. Writing | ################################################## | 100% 0.28s
  62.  
  63. avrdude: 928 bytes of flash written
  64. avrdude: verifying flash memory against C:\Users\ADMIN\AppData\Local\Temp\buildb1e431b610d77732fb75c76bb31a3718.tmp/sketch_aug30a.ino.hex:
  65. avrdude: load data flash data from input file C:\Users\ADMIN\AppData\Local\Temp\buildb1e431b610d77732fb75c76bb31a3718.tmp/sketch_aug30a.ino.hex:
  66. avrdude: input file C:\Users\ADMIN\AppData\Local\Temp\buildb1e431b610d77732fb75c76bb31a3718.tmp/sketch_aug30a.ino.hex contains 928 bytes
  67. avrdude: reading on-chip flash data:
  68.  
  69. Reading | ################################################## | 100% 0.21s
  70.  
  71. avrdude: verifying ...
  72. avrdude: 928 bytes of flash verified
  73.  
  74. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement