ICETEK-DM642-P4

所属分类:DSP编程
开发工具:C/C++
文件大小:21765KB
下载次数:38
上传日期:2010-10-13 16:02:31
上 传 者lszx02010
说明:  ICETEK-DM642-P4 开发板测试程序
(ICETEK-DM642-P4 test program development board)

文件列表:
ICETEK-DM642-P4 V1.0\Lab502-juanji\cc_build_Debug.log (135, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug.lkf (427, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug.lkv (427, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\juanji.paf (2045, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\juanji.pjt (973, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\load.asm (1238, 2003-06-11)
ICETEK-DM642-P4 V1.0\Lab502-juanji\sin.dat (492, 2003-06-13)
ICETEK-DM642-P4 V1.0\Lab502-juanji\sine.dat (12014, 1999-10-15)
ICETEK-DM642-P4 V1.0\Lab502-juanji\vectors.asm (1769, 2001-05-23)
ICETEK-DM642-P4 V1.0\Lab502-juanji\volume.c (4515, 2004-10-04)
ICETEK-DM642-P4 V1.0\Lab502-juanji\volume.cmd (607, 2004-10-04)
ICETEK-DM642-P4 V1.0\Lab502-juanji\volume.h (752, 2001-05-23)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug\load.obj (614, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug\vectors.obj (2116, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug\volume.obj (7212, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug\juanji.out (31665, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\Debug (0, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji\juanji.wks (17498, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab502-juanji (0, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\c6211dsk.h (6792, 2000-03-15)
ICETEK-DM642-P4 V1.0\Lab503-FIR\cc_build_Debug.log (471, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug.lkf (362, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug.lkv (362, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\dsp62x.lib (36968, 2000-03-17)
ICETEK-DM642-P4 V1.0\Lab503-FIR\fir.c (3039, 2003-06-16)
ICETEK-DM642-P4 V1.0\Lab503-FIR\fir.map (8497, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\fir.paf (1687, 2007-01-08)
ICETEK-DM642-P4 V1.0\Lab503-FIR\fir.pjt (939, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\hex.cmd (118, 2000-03-15)
ICETEK-DM642-P4 V1.0\Lab503-FIR\lnk.cmd (609, 2004-10-04)
ICETEK-DM642-P4 V1.0\Lab503-FIR\load.asm (1238, 2003-06-11)
ICETEK-DM642-P4 V1.0\Lab503-FIR\rts6700.lib (289174, 2001-05-24)
ICETEK-DM642-P4 V1.0\Lab503-FIR\sina1.dat (108, 2003-06-16)
ICETEK-DM642-P4 V1.0\Lab503-FIR\sine.dat (12014, 1999-10-15)
ICETEK-DM642-P4 V1.0\Lab503-FIR\volume.h (749, 2003-06-16)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug\boot.obj (3975, 2003-06-16)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug\fir.obj (3919, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug\firf.obj (1076, 2003-06-13)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug\load.obj (614, 2006-12-27)
ICETEK-DM642-P4 V1.0\Lab503-FIR\Debug\fir.out (27068, 2006-12-27)
... ...

# # Copyright 2003 by Texas Instruments Incorporated. # All rights reserved. Property of Texas Instruments Incorporated. # Restricted rights to use, duplicate or disclose this code are # granted through contract. # # # "@(#) DDK 1.10.00.23 07-02-03 (ddk-b12)" TITLE ----- VPORT (IOM driver for DM***2 VideoPort for Capture & Display) DOCUMENTATION ------------- The documenation for this device driver can be found at: /ddk/docs/*.pdf USAGE ----- This device driver is a mini driver for VideoPort peripheral on TMS320DM***2 chips. It uses EDMA to do the data transfers. This driver supports Video Capture & Video Display. It supports BT656 & YC mode for capture. And it supports BT656, YC and Raw mode for display. It does not support TSI or Raw mode for capture. FILES ----- - vportcap.c: Implementation of capture driver. - vportdis.c: Implementation of display driver. - saa7115.c: Implementation of saa7115 video decoder configuration through I2C. - saa7105.c: Implementation of saa7105 video encoder configuration through I2C. - _saa7105.c: configuration tables for saa7105. - _saa7115.c: configuration tables for saa7115. _ _iic.c: _IIC_write function. NOTES ----- - Files in the library are compiled with "no optimization switch" turned on, and the same is true for the project files. If you plan to use this module in a project release, you should rebuild the library with optimization turned on. Known Problems At Release ------------------------- - None. Q&A --- Q1: Where can I find the documentation for writing IOM drivers? Q1: Where can I find the documentation for writing IOM drivers? A1: The literature number is SPRU616, DSP/BIOS Device Driver Developer's Guide.

近期下载者

相关文件


收藏者