Advertisement
WormChickenWizard

avrdude 32u4 failing to dump

Mar 18th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. PS C:\Users\Worm> C:\Users\Worm\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude "-CC:\Users\Worm\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega32u4 -cstk500v1 -PCOM8 -b19200 "-Uflash:r:C:\blamfile.hex:i"
  2.  
  3. avrdude.exe: Version 6.3-20190619
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7. System wide configuration file is "C:\Users\Worm\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
  8.  
  9. Using Port : COM8
  10. Using Programmer : stk500v1
  11. Overriding Baud Rate : 19200
  12. AVR Part : ATmega32U4
  13. Chip Erase delay : 9000 us
  14. PAGEL : PD7
  15. BS2 : PA0
  16. RESET disposition : dedicated
  17. RETRY pulse : SCK
  18. serial program mode : yes
  19. parallel program mode : yes
  20. Timeout : 200
  21. StabDelay : 100
  22. CmdexeDelay : 25
  23. SyncLoops : 32
  24. ByteDelay : 0
  25. PollIndex : 3
  26. PollValue : 0x53
  27. Memory Detail :
  28.  
  29. Block Poll Page Polled
  30. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  31. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  32. eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
  33. flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
  34. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  35. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  36. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  38. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  39. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  40.  
  41. Programmer Type : STK500
  42. Description : Atmel STK500 Version 1.x firmware
  43. Hardware Version: 2
  44. Firmware Version: 1.18
  45. Topcard : Unknown
  46. Vtarget : 0.0 V
  47. Varef : 0.0 V
  48. Oscillator : Off
  49. SCK period : 0.1 us
  50.  
  51. avrdude.exe: AVR device initialized and ready to accept instructions
  52.  
  53. Reading | ################################################## | 100% 0.07s
  54.  
  55. avrdude.exe: Device signature = 0xff00ff
  56. avrdude.exe: Expected signature for ATmega32U4 is 1E 95 87
  57. Double check chip, or use -F to override this check.
  58.  
  59. avrdude.exe done. Thank you.
  60.  
  61. PS C:\Users\Worm>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement