I just happened by this chip which looks like an easy interface between USB and 
JTAG:
http://www.saelig.com/ft2232c.htm
They claim to be able to program FPGA devices w/ JTAG w/ this device.
-Mark


-----Original Message-----
From: Steve Underwood [mailto:[email protected]] 
Sent: Thursday, February 12, 2004 7:27 PM
To: [email protected]
Subject: Re: [Mspgcc-users] serial and parallel jtag hardware w/ mspgcc tools?


Peter Mueller wrote:

> Hi,
>
> just a question regarding the jtag interface. Chis wrote that the 
> pyjtag interface is connected to the PC's parallel port. Is there a 
> chance to connect a the msp via usb2parallel port interface? Would it 
> work? Would it be a big task to do the required adaptations om pyjtag?

It does not work with the existing code. If you do some work you could 
make it work. However, the result would be so slow that it would be 
useless. There is huge latency in USB, and the JTAG code must do 
everything step by step at the parallel interface. I did a little work 
on this a year ago, and realised it couldn't get anywhere.

> This would allow for debugging on Macs too and on PC's if there is no 
> parallel port anymore in the next generation.

Fast USB debugging is in the works. The hardware tool is a little more 
complex than the very simple parallel port tool, but should still be 
pretty cheap. As you said, there is no choice. The parallel ports have 
already disappeared from most notebooks, and they won't be on the 
desktop machines for much longer.

Regards,
Steve



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to