查看完整版本: Happy JTAG AVR interface

liyf 发表于 2014-10-14 10:59:48

Happy JTAG AVR interface

Happy JTAG AVR interfaceAVR is RISCmicrocontroller familly, with JTAG interface implmentation members.This is powerfull debug acces, but you need to have special hadrware for this interface.Also JTAG connector have to be implemented on your target board.The goal of this project is to implement JTAG iinterface by the easiest way is possibleinto youtr target.

There is only one standart FT232USB driver, which is connected to JTAG pins of your target   AVR processor. This FT232 is also used for standart serial communication.    Alljob is done on your PC , which emulates JTAG interface via FT232 BitBang mode.   This allows you to control fuses, memory lock bits and initial software downloading by one exe programm at your   PC, via USB, without any external HW necessarity.The performance is not as original specialized JTAG hardware, of course,but is enough to   be used as initial tool for download one of "bootloader" routines into new , "clean" AVR for first timeand continue with this bootloader via USB serial link for future AVR Flash software upgrade ....

The connection is simple (Click at picture to see it in full resolution) :

需要安装ft232的驱动才能用




radiotube 发表于 2014-10-14 21:05:05

沙花,谢谢楼主分享。。

liuhaob 发表于 2020-8-25 20:11:54

谢谢楼主分享。。
页: [1]
查看完整版本: Happy JTAG AVR interface