theBIOSofC6416

所属分类:DSP编程
开发工具:Visual C++
文件大小:1293KB
下载次数:21
上传日期:2009-11-04 22:21:24
上 传 者xiuyich
说明:  TI 公司的dsp 编程方面,主要是bios编程, 代码经过注释,芯片类型为c6416
(ti gong si ,c6416 DSP BIOS resource )

文件列表:
C6416的BIOS例程源码\bios\switest\switest.c (1033, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switest.cdb (1048669, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switestcfg.cmd (6635, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switestcfg.h62 (4552, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switestcfg.h (758, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switestcfg.s62 (34826, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switestcfg_c.c (438, 2003-04-30)
C6416的BIOS例程源码\bios\switest\switest.pjt (896, 2001-12-24)
C6416的BIOS例程源码\bios\switest\makefile (2032, 2003-04-30)
C6416的BIOS例程源码\bios\switest\Debug\switest.out (80017, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slice.c (3086, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slice.cdb (1051182, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slicecfg.cmd (7020, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slicecfg.h62 (4584, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slicecfg.h (950, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slicecfg.s62 (38933, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slicecfg_c.c (434, 2003-04-30)
C6416的BIOS例程源码\bios\slice\slice.pjt (876, 2001-12-24)
C6416的BIOS例程源码\bios\slice\makefile (2030, 2003-04-30)
C6416的BIOS例程源码\bios\slice\Debug\slice.out (95363, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest.c (2887, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest.cdb (1048172, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetestcfg.cmd (6651, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetestcfg.h62 (4514, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetestcfg.h (751, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetestcfg.s62 (34190, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetestcfg_c.c (438, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest.pjt (896, 2001-12-24)
C6416的BIOS例程源码\bios\quetest\makefile (2032, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1.c (3283, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1.cdb (1049502, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1cfg.cmd (6857, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1cfg.h62 (4552, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1cfg.h (838, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1cfg.s62 (36309, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1cfg_c.c (440, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\quetest1.pjt (903, 2001-12-24)
C6416的BIOS例程源码\bios\quetest\Debug\quetest.out (85537, 2003-04-30)
C6416的BIOS例程源码\bios\quetest\Debug\quetest1.out (87976, 2003-04-30)
C6416的BIOS例程源码\bios\lattest\lattest.c (2166, 2003-04-30)
... ...

TITLE ----- Audio examples (swi_audio, tsk_audio, and pip_audio) for the C***16 DSK card. USAGE ----- These samples are tests for the audio aic23 codec on the TMS320C***16 DSK board and use the dsk***16_edma_aic23 mini-driver to transfer data to and from the serial port. Each of the samples must link both libraries from the generic driver and from the specific driver in order for it to function correctly. These libraries are called teb***16_edma_pcm3002.l*** and c6x1x_edma_mcbsp.l*** and can be found in the audio directory as well. DESCRIPTION ----------- - swi_audio test: -------------- This example demonstrates how an application can use a codec mini-driver via the SIO module in SWI threads. This is a loopback application. Audio is read from an input SIO, then send back out on an output SIO. This application is configured to use the DIO adapter. This adapter library can be found in the CCS lib directory. - tsk_audio test: -------------- This example demonstrates how an application can use a codec mini-driver via the SIO module in TSK threads. This is a loopback application. Audio is read from an input SIO, then send back out on an output SIO. This application is configured to use the DIO adapter. This adapter library can be found in the CCS lib directory. - pip_audio test: -------------- This example demonstrates how an application can use a codec mini-driver via the PIP module in SWI threads. This is a loopback application. Audio is read from an input PIP, then send back out on an output PIP. This application is configured to use the PIO adapter. This adapter library can be found in this local audio directory. FILES ----- - swi_audio***.pjt: project files to build the application swi_audio test. - tsk_audio***.pjt: project files to build the application tsk_audio test. - pip_audio***.pjt: project files to build the application pip_audio test. - swi_audio.c: implementation of swi_audio test. - tsk_audio.c: implementation of tsk_audio test. - pip_audio.c: implementation of pip_audio test. - readme.txt: this file 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: How do I run the sample test? Q2: Where can I find the source code to the audio codec driver? Q3: What is the documentation for writing IOM drivers? --- Q1: How to run the sample test? A1: Here are the steps to run the sample test: 1) Connect a speaker to the board's audio output and an audio source to the board's audio input connector. 2) Run CCS setup to specify the correct target board. 3) Start the musical audio source. 4) Open CCS and load .out file from the Debug directory within the DDK tree. 5) Run the application. You should hear music playing continuously until you halt the application. Q2: Where can I find the source code to the audio codec driver? A2: The souce code to the driver used in the audio example can be found, along with many other driver examples and documentation, in the Device Driver Developer's Kit (DDK). The DDK can be down loaded at no cost from the TI Developer's Village (at http://dspvillage.ti.com). Q3: What is the documentation for writing IOM drivers? A3: The literature number is SPRU616, DSP/BIOS Device Driver Developer's Guide.

近期下载者

相关文件


收藏者