Advertisement
Guest User

Untitled

a guest
Jun 11th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. Sketch uses 1106 bytes (3%) of program storage space. Maximum is 29696 bytes.
  2. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
  3. "C:\Users\me\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\me\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -cstk500v1 -PCOM8 "-Uflash:w:C:\Users\me\AppData\Local\Temp\arduino\sketches\534B19721C835214824C14DCA3D88199/Blink.ino.hex:i"
  4.  
  5. avrdude: Version 6.3-20190619
  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\me\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
  10.  
  11. Using Port : COM8
  12. Using Programmer : stk500v1
  13. AVR Part : ATmega328P
  14. Chip Erase delay : 9000 us
  15. PAGEL : PD7
  16. BS2 : PC2
  17. RESET disposition : dedicated
  18. RETRY pulse : SCK
  19. serial program mode : yes
  20. parallel program mode : yes
  21. Timeout : 200
  22. StabDelay : 100
  23. CmdexeDelay : 25
  24. SyncLoops : 32
  25. ByteDelay : 0
  26. PollIndex : 3
  27. PollValue : 0x53
  28. Memory Detail :
  29.  
  30. Block Poll Page Polled
  31. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  32. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  33. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  34. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  35. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  40. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  41.  
  42. Programmer Type : STK500
  43. Description : Atmel STK500 Version 1.x firmware
  44. Hardware Version: 3
  45. Firmware Version: 5.103
  46. Topcard : Unknown
  47. Vtarget : 0.0 V
  48. Varef : 0.0 V
  49. Oscillator : Off
  50. SCK period : 0.1 us
  51.  
  52. avrdude: stk500_program_enable(): failed to enter programming mode
  53. avrdude: initialization failed, rc=-1
  54. Double check connections and try again, or use -F to override
  55. this check.
  56.  
  57.  
  58. avrdude done. Thank you.
  59.  
  60. Failed programming: uploading error: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement