Advertisement
TopHatRaver

Untitled

Jun 20th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Sketch uses 5090 bytes (17%) of program storage space. Maximum is 28672 bytes.
  2. Global variables use 277 bytes of dynamic memory.
  3. C:\Users\Tim\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/bin/avrdude -CC:\Users\Tim\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf -v -patmega328p -cusbtiny -Uflash:w:C:\Users\Tim\AppData\Local\Temp\arduino_build_469556/Marquee_Demo.ino.hex:i
  4.  
  5. avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
  6. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  7. Copyright (c) 2007-2014 Joerg Wunsch
  8.  
  9. System wide configuration file is "C:\Users\Tim\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"
  10.  
  11. Using Port : usb
  12. Using Programmer : usbtiny
  13. avrdude: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\.\libusb0-0001--0x1781-0x0c9f
  14. AVR Part : ATmega328P
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD7
  17. BS2 : PC2
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 200
  23. StabDelay : 100
  24. CmdexeDelay : 25
  25. SyncLoops : 32
  26. ByteDelay : 0
  27. PollIndex : 3
  28. PollValue : 0x53
  29. Memory Detail :
  30.  
  31. Block Poll Page Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  33. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  34. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  35. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  36. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  41. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : USBtiny
  44. Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
  45. avrdude: programmer operation not supported
  46.  
  47. avrdude: Using SCK period of 10 usec
  48. avrdude: AVR device initialized and ready to accept instructions
  49.  
  50. Reading | ################################################## | 100% 0.00s
  51.  
  52. avrdude: Device signature = 0x1e950f (probably m328p)
  53. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  54. To disable this feature, specify the -D option.
  55. avrdude: erasing chip
  56. avrdude: Using SCK period of 10 usec
  57. avrdude: reading input file "C:\Users\Tim\AppData\Local\Temp\arduino_build_469556/Marquee_Demo.ino.hex"
  58. avrdude: writing flash (5090 bytes):
  59.  
  60. Writing | ################################################## | 100% 0.70s
  61.  
  62. avrdude: 5090 bytes of flash written
  63. avrdude: verifying flash memory against C:\Users\Tim\AppData\Local\Temp\arduino_build_469556/Marquee_Demo.ino.hex:
  64. avrdude: load data flash data from input file C:\Users\Tim\AppData\Local\Temp\arduino_build_469556/Marquee_Demo.ino.hex:
  65. avrdude: input file C:\Users\Tim\AppData\Local\Temp\arduino_build_469556/Marquee_Demo.ino.hex contains 5090 bytes
  66. avrdude: reading on-chip flash data:
  67.  
  68. Reading | ################################################## | 100% 0.19s
  69.  
  70. avrdude: verifying ...
  71. avrdude: 5090 bytes of flash verified
  72.  
  73. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement