??? 08/10/06 22:49 Read: times |
#122005 - Home made JTAG Responding to: ???'s previous message |
Hi Tercio,
When I entered this forum I was having the same problem, and it can be somewhat hard to solve... Certainly the best option would be the one suggested by Erik: buy an ATMEL programmer. But if you are willing to build your own JTAG anyway, maybe this link can help: http://www.8052.com/forum/read.phtml?id=120785 If you follow it message by message, you will find some schematics and the solution I came up with. Currently I'm using the JTAG that can be found here: http://www.8052.com/forum/read.phtml?id=120811 with a 74F244 buffer. I'm programming using the AT89ISP software. (This circuit has the pin assignments compatible with ATMEL's program, but it's not guaranteed to work because the buffer should be signal compatible to your computer LPT port - this can be TTL or CMOS - and should also be compatible with the microcontroller). You can try other buffers, like 74LS244 (TTL) or 74HC244 (CMOS), to test if something works. It seems that the best option would be to implement this circuit: http://www.8052.com/forum/read.phtml?id=120836 I didn't test it yet, but will do soon. I would advice you to buy an ATMEL ISP cable too, as I had a lot of headache with this... but if you still want to try a home made one... Good luck! Leonardo. |