Advertisement
JetForMe

Untitled

Jul 9th, 2016
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. $ avrdude -c dragon_isp -p m16m1 -t
  2.  
  3. avrdude: AVR device initialized and ready to accept instructions
  4.  
  5. Reading | ################################################## | 100% 0.15s
  6.  
  7. avrdude: Device signature = 0x1e9484 (probably m16m1)
  8. avrdude> part
  9. >>> part
  10.  
  11. AVR Part : ATmega16M1
  12. Chip Erase delay : 9000 us
  13. PAGEL : PD7
  14. BS2 : PE2
  15. RESET disposition : dedicated
  16. RETRY pulse : SCK
  17. serial program mode : yes
  18. parallel program mode : yes
  19. Timeout : 200
  20. StabDelay : 100
  21. CmdexeDelay : 25
  22. SyncLoops : 32
  23. ByteDelay : 0
  24. PollIndex : 3
  25. PollValue : 0x53
  26. Memory Detail :
  27.  
  28. Block Poll Page Polled
  29. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  30. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  31. eeprom 65 10 128 0 no 512 4 0 3600 3600 0xff 0xff
  32. flash 65 6 128 0 yes 16384 128 128 4500 4500 0xff 0xff
  33. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  34. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  35. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  38. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  39.  
  40. avrdude> read signature
  41. >>> read signature
  42. 0000 1e 94 84 |... |
  43.  
  44. avrdude>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement