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...
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.
The tool helps to detect any resorces leaks (memory, handles etc.) in any Win32 application. Based on hooking of Win API calls: no source code required, attaches to any running process. Call stack available. Agregates leaks by origin.