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:33]
darron [ISP]
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?200}} +{{:boards:mega16_minimium_system_schematic.jpg?100}} {{:boards:atmega32.jpg?100}}
-\\ \\ +
-{{interfaces:ice-jtag.jpg?200}} +
-\\ \\ +
-{{:boards:mega16_minimium_system_schematic.jpg?200}} +
-\\ \\ +
-{{:boards:atmega32.jpg?200}}+
 </wrap> </wrap>
  
 Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board. Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board.
- 
-===Test=== 
  
 ===ISP=== ===ISP===
  
 ==USBASP== ==USBASP==
 +<wrap right>
 +{{:boards:yl-40.jpg?100}}
 +</wrap>
  
 <code> <code>
-apt install avrdude 
-rehash 
 avrdude -B 50 -c usbasp -p ATMEGA32 avrdude -B 50 -c usbasp -p ATMEGA32
  
Line 38: Line 31:
  
 ==ATMEL ICE== ==ATMEL ICE==
 +<wrap right>
 +{{interfaces:ice-jtag.jpg?100}}
 +</wrap>
  
 <code> <code>
-Pi7$ avrdude -B 5 -c atmelice -p ATMEGA32+avrdude -B 5 -c atmelice -p ATMEGA32
  
 avrdude: AVR device initialized and ready to accept instructions avrdude: AVR device initialized and ready to accept instructions
Line 53: Line 49:
 </code> </code>
  
-[[https://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega32&LOW=FF&HIGH=19&LOCKBIT=FF|Fuses for the above]]+<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===
 +
 +[[https://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega32&LOW=FF&HIGH=19&LOCKBIT=FF|Fuse calculator]]
  
 [[https://ww1.microchip.com/downloads/en/DeviceDoc/doc2503.pdf|ATmega32 datasheet]] [[https://ww1.microchip.com/downloads/en/DeviceDoc/doc2503.pdf|ATmega32 datasheet]]