Peter Mueller wrote:
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?
yes
Would it work?
probably yes
>Would it be a big task to do the required adaptations om pyjtag?
libHIL.so/HIL.dll has to be adapted.
pyjtag as well as gdbproxy use the HIL library for the low level JTAG
IO. theoreticaly it would be possible to rewrite that library for other
interfaces, even non parallel port ones. but no one did that until now.
the current implementation accesses either the ppdev device on linux, or
the hardware directly (directly talking to the chip on the IO bus of
the X86 processors)
if somebody wants to look into that, the HIL sources ar in the
CVS/jtag/hardware_access
chris