Debugging and programming interfaces for Freescale microcontroller
USBDM BDM Interface for Freescale Microcontrollers
USBDM consists of two components:
Hardware interfaces for various target devices
This includes interfaces ranging from very simple hardware to more complete and capable hardware.
Software to support these interfaces
This includes:
- Plugins to work with Freescale's Codewarrior software under Windows
- Plugins to extend the usabilty of Eclipse with USBDM and Codesourcery & ARM toolchains. This includes GDB sprites...
The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with TCL scripts) to processors with ARM and MIPS based cores.
See website for full list of supported targets.
Ultra-light trace tool; dll-library(win32), which creates trace-window(s) (working like "output" window in VisualStudio) for debug purposes. dll can be used by any language, which supports printf-like syntax. Tested on winXP. Sample (c++) code included
JTAG interface library for FTDI chips.
Linux port of the ftcjtag library from ftdi( http://bit.ly/98Vul3 ).
Implementation relies on ftd2xx.so ( not libftdi.so ) which makes it windows compatible.