Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:yl34 [2021/11/17 13:14] – old revision restored (2021/11/17 13:11) darron | boards:yl34 [2022/11/10 21:51] (current) – [JTAG] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{: | + | ==== YL-34 ==== |
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
- | {{:boards:atmega32.jpg?200}} | + | Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board. |
+ | |||
+ | ===ISP=== | ||
+ | |||
+ | ==USBASP== | ||
+ | <wrap right> | ||
+ | {{:boards:yl-40.jpg?100}} | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | avrdude -B 50 -c usbasp -p ATMEGA32 | ||
+ | |||
+ | avrdude: set SCK frequency to 16000 Hz | ||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e9502 (probably m32) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:FF, H:19, L:FF) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
+ | |||
+ | ===JTAG=== | ||
+ | |||
+ | ==ATMEL ICE== | ||
+ | <wrap right> | ||
+ | {{interfaces: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | avrdude -B 5 -c atmelice -p ATMEGA32 | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e9502 (probably m32) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:FF, H:19, L:FF) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | avrdude | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e9502 (probably m32) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:FF, H:99, L:E1) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
+ | ===Resources=== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||