|
The Sheldon Instruments SI-DDK-TI-WIN is source code used to create Windows XP/Vista/7 drivers (SYS files) for TI's DM642/6437/6467/648 DMPs, using
the Windows Driver Foundation. The WDF driver paradigm will allow for a single driver to support all current and future versions of Windows starting with Windows 2000, XP,
Vista, 7, and beyond. In this manner, the provided API is identical for all versions of Windows making it possible for a single application to run under all Windows
versions.
The device driver is written so as to access all TI DM64x devices as memory mapped PCI peripherals in target mode, with additional support for bus master transfers using DMA
with the DM6467/648 devices. The source code for this driver is intended to be used as a model of how to write device drivers for Windows XP/Vista/7, saving you precious
time while giving you actual and comprehensive control of your software development. For convenience, the compiled and 'ready to go' drivers are also supplied, along with a
command line example, DLLs, LabVIEW VI library, and accompanying source code on how to call the drivers. Their common API facilitates the use of any C/C++ compiler for
application development. In the case you want to build the drivers from the source code, you will need the WinXP/Vista/7 DDK, along with the associated Microsoft development
environments.
|