Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:yl34 [2022/11/10 19:35]
darron
boards:yl34 [2022/11/10 21:51] (current)
darron [JTAG]
Line 1: Line 1:
 ==== YL-34 ==== ==== YL-34 ====
 <wrap right> <wrap right>
-{{:boards:yl-40.jpg?100}} +{{:boards:mega16_minimium_system_schematic.jpg?100}} {{:boards:atmega32.jpg?100}}
-\\ \\ +
-{{interfaces:ice-jtag.jpg?100}} +
-\\ \\ +
-{{:boards:mega16_minimium_system_schematic.jpg?100}} +
-\\ \\ +
-{{:boards:atmega32.jpg?100}}+
 </wrap> </wrap>
  
Line 15: Line 9:
  
 ==USBASP== ==USBASP==
 +<wrap right>
 +{{:boards:yl-40.jpg?100}}
 +</wrap>
  
 <code> <code>
Line 34: Line 31:
  
 ==ATMEL ICE== ==ATMEL ICE==
 +<wrap right>
 +{{interfaces:ice-jtag.jpg?100}}
 +</wrap>
  
 <code> <code>
Line 49: Line 49:
 </code> </code>
  
 +<code>
 +avrdude  -B 1 -c atmelice -p ATMEGA32
 +
 +avrdude: AVR device initialized and ready to accept instructions
 +
 +Reading | ################################################## | 100% 0.08s
 +
 +avrdude: Device signature = 0x1e9502 (probably m32)
 +
 +avrdude: safemode: Fuses OK (E:FF, H:99, L:E1)
 +
 +avrdude done.  Thank you.
 +</code>
 ===Resources=== ===Resources===