Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. AVR Part : ATmega328
  2. Chip Erase delay : 9000 us
  3. PAGEL : PD7
  4. BS2 : PC2
  5. RESET disposition : dedicated
  6. RETRY pulse : SCK
  7. serial program mode : yes
  8. parallel program mode : yes
  9. Timeout : 200
  10. StabDelay : 100
  11. CmdexeDelay : 25
  12. SyncLoops : 32
  13. ByteDelay : 0
  14. PollIndex : 3
  15. PollValue : 0x53
  16. Memory Detail :
  17.  
  18. Block Poll Page Polled
  19. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  20. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  21. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  22. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  23. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  24. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  25. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  26. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  27. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  28. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  29.  
  30. Programmer Type : STK500
  31. Description : Atmel STK500 Version 1.x firmware
  32. Hardware Version: 2
  33. Firmware Version: 1.18
  34. Topcard : Unknown
  35. Vtarget : 0.0 V
  36. Varef : 0.0 V
  37. Oscillator : Off
  38. SCK period : 0.1 us
  39.  
  40. avrdude: AVR device initialized and ready to accept instructions
  41.  
  42. Reading | ################################################## | 100% 0.02s
  43.  
  44. avrdude: Device signature = 0x1e9514 (probably m328)
  45. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  46. To disable this feature, specify the -D option.
  47. avrdude: erasing chip
  48. avrdude: reading input file "C:\Users\stomp\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.17/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex"
  49. avrdude: writing flash (32652 bytes):
  50.  
  51. Writing | ################################################## | 100% 0.00s
  52.  
  53. avrdude: 32652 bytes of flash written
  54. avrdude: verifying flash memory against C:\Users\stomp\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.17/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex:
  55. avrdude: load data flash data from input file C:\Users\stomp\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.17/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex:
  56. avrdude: input file C:\Users\stomp\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.17/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex contains 32652 bytes
  57. avrdude: reading on-chip flash data:
  58.  
  59. Reading | ################################################## | 100% -0.00s
  60.  
  61. avrdude: verifying ...
  62. avrdude: 32652 bytes of flash verified
  63. avrdude: reading input file "0x0F"
  64. avrdude: writing lock (1 bytes):
  65.  
  66. Writing | ################################################## | 100% 0.02s
  67.  
  68. avrdude: 1 bytes of lock written
  69. avrdude: verifying lock memory against 0x0F:
  70. avrdude: load data lock data from input file 0x0F:
  71. avrdude: input file 0x0F contains 1 bytes
  72. avrdude: reading on-chip lock data:
  73.  
  74. Reading | ################################################## | 100% 0.01s
  75.  
  76. avrdude: verifying ...
  77. avrdude: 1 bytes of lock verified
  78.  
  79. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement