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 15:26] – darron | boards:yl34 [2022/11/10 21:51] (current) – [JTAG] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== YL-34 ==== | ==== YL-34 ==== | ||
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
+ | Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board. | ||
+ | |||
+ | ===ISP=== | ||
+ | |||
+ | ==USBASP== | ||
<wrap right> | <wrap right> | ||
- | {{:boards:mega16_minimium_system_schematic.jpg?200}} | + | {{:boards:yl-40.jpg?100}} |
- | {{: | + | |
</ | </ | ||
- | Known as some variation of YL-34 ATMEG16 | + | < |
+ | avrdude | ||
+ | |||
+ | avrdude: set SCK frequency to 16000 Hz | ||
+ | avrdude: | ||
+ | |||
+ | 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:// | ||