testcode 发表于 2010-2-27 09:18:11

转贴:AVRISP-MKII制作资料

After first creating my LUFA USB stack for the USB AVRs, I decided as a side project to create a new firmware for the entire USB AVR range, which would emulate an AVRISP-MKII. This project is a clean-room copy of the AVRISP-MKII functionality, supporting the programming of the entire 8-bit AVR range via ISP as well as the PDI (for the newer XMEGA AVRs) and TPI (for the 6-pin TINY AVRs). It is entirely open source and has a wide range of configuration options to adjust the feature set and pin-out.
AVRISP-MKII Connection Diagram

http://cache.amobbs.com/bbs_upload782111/files_27/ourdev_535513.jpg
(原文件名:USBTiny_Mkii2.jpg)
One example of a programmer using the clone firmware (Source)

http://cache.amobbs.com/bbs_upload782111/files_27/ourdev_535514.png
(原文件名:USBTinyMkII_reference_schematic.png)

When compiled for the XPLAIN board target, the code will automatically function as a PDI programmer for the XPLAIN board using the optimal settings. This will allow the XPLAIN board to be programmed from within AVRStudio without additional hardware.

    * ISP, PDI and TPI Protocols Supported
    * .5MHz ISP Rescue Clock (for mis-set fuses)
    * Fast, native USB operation
    * Works on any USB AVR model
    * Pin-out can be adjusted for speed or compatibility with the official AVRISP-MKII
    * Works with anything the official AVRISP-MKII works with (e.g. AVRStudio)

For device pin-out information, build the Doxygen documentation from the source by executing "make doxygen". The resulting documentation will be located in the /Documentation/html/ directory of the source folder.
Downloads

    * See Projects/AVRISP-MKII folder of the current LUFA release


网站地址:
http://www.fourwalledcubicle.com/AVRISP.php

nano 发表于 2010-2-27 10:26:23

这个东东 支持 win7么?

byin 发表于 2010-3-3 17:06:49

mark

hongyancl 发表于 2010-3-3 19:02:48

mark

xuejianhua1986 发表于 2010-3-3 19:09:43

做个记号,有参考源程序代码吗?

lwy86 发表于 2010-3-3 20:28:37

mark

rainbow 发表于 2010-3-3 22:02:05

回复【4楼】xuejianhua1986
做个记号,有参考源程序代码吗?
-----------------------------------------------------------------------

有.
我来传上来:
点击此处下载 ourdev_536308.zip(文件大小:3.14M) (原文件名:LUFA-100219.zip)

rainbow 发表于 2010-3-3 22:08:07

就是邮购部的AT90USB的IC没了,评估一下,如果可行又可以搞的像USBASP那样了.

awsoft 发表于 2012-1-27 07:25:57

标记

Wwcs 发表于 2012-1-27 23:06:55

Mark之 谢谢楼主分享

reboot 发表于 2012-9-16 11:29:51

有人自制成功过吗?能不能在avr studio 6中使用??
页: [1]
查看完整版本: 转贴:AVRISP-MKII制作资料