⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 ADI 公司的DSP ADSP21369 EZ-KIT LITE开发板的全部源代码
💻 TXT
字号:
-------------------------------------------------------------------------------
Example:  C Block-based SPDIF TalkThrough
Target:   ADSP-21369
Date:     July 29, 2005
Tools:    VisualDSP++ 4.0
Hardware: ADSP-21369 EZ-KIT LITE
-------------------------------------------------------------------------------
This project contains a talkthrough example using the onchip SPDIF receiver to
acquire and output an audio stream. The digital audio data is available for
processing in the file SPORTisr.c. The block size is 384 samples to match the
block size for the SPDIF stream.

The SPDIF receiver derives the MCLK, BCLK, and LRCLK from the data stream and
passes these to the SPDIF receiver.
-------------------------------------------------------------------------------
Instructions: Apply an input signal to P8 on the ADSP-21369 EZ-KIT LITE, and
              attach an output device to the selected channel of P9.
------------------------------------------------------------------------------
Source Files contained in this directory:
Block Based SPDIF Talkthru.dpj      VisualDSP project file
initSRU.c           Set up the SRU to connect to the AD1835
initSPDIF.c         Set up the SPDIF transmitter and receiver
main.c              Main section to call setup routines
initSPORT.c         Initialize the SPORT DMA to communicate with the SPDIF tx & rx
initPLL_SDRAM.c     Configures the DSP to run at CCLK= 393.21 MHz & SDCLK= 157.28 MHz
SPORTisr.c          Process SPORT 0 interrupts
blockProcess.c      Process the audio data in the current block
tt.h                Includes and external declarations used for all files
-------------------------------------------------------------------------------
Dependencies contained in VisualDSP++ default include path:
def21369.h          Header file with generic definitions for ADSP-21369
SRU.h               Header file with SRU definitions and Macros
*******************************************************************************
Analog Devices, Inc.
DSP Division
One Technology Way
Norwood, MA 02062

(c) 2005 Analog Devices, Inc.  All rights reserved.
*******************************************************************************

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -