JTAG/Debugging

Dietmar Schwertberger news at schwertberger.de
Thu Nov 26 10:26:25 EST 2009


pepe schrieb:
> is there any python package which potentially can support JTAG (BDM or
> others) debugging interface for embedded system development?
> Is there any other packages supporting debugging, monitoring, data
> logging, flash programming of embedded systems?

Don't know about JTAG, but I've successfully used a TBDML interface from
Python to control S12 microcontrollers via BDM.
Basically, any BDM or JTAG interface should have a DLL as driver which
you can import using ctypes.



More information about the Python-list mailing list