Datasheet.kr   

ADDS-2181-EZ-ICE 데이터시트 PDF




Analog Devices에서 제조한 전자 부품 ADDS-2181-EZ-ICE은 전자 산업 및 응용 분야에서
광범위하게 사용되는 반도체 소자입니다.


PDF 형식의 ADDS-2181-EZ-ICE 자료 제공

부품번호 ADDS-2181-EZ-ICE 기능
기능 ADSP-2100 Family Development Tools
제조업체 Analog Devices
로고 Analog Devices 로고


ADDS-2181-EZ-ICE 데이터시트 를 다운로드하여 반도체의 전기적 특성과 매개변수에 대해 알아보세요.



전체 16 페이지수

미리보기를 사용할 수 없습니다

ADDS-2181-EZ-ICE 데이터시트, 핀배열, 회로
a
ADSP-2100 Family
Development Tools
ADDS-21xx-TOOLS
FEATURES
DEVELOPMENT SOFTWARE TOOLS
SYSTEM BUILDER
Defines Architecture of ADSP-21xx System
Specifies Amount of RAM/ROM Memory
ASSEMBLER
Easy-to-Program, Algebraic Instruction Syntax
Supports C Language Constructs
Provides Flexible Macro Processing
Encourages Modular Code Development
LINKER
Maps Assembler Output to Target System Memory
Supports User-Defined Library Routines
Creates Memory Map Listing
PROM SPLITTER & HOST PROCESSOR PORT (HIP)
SPLITTER
Generates PROM Programmer Compatible Files in
a Variety of Industry-Standard Formats
Formats Executable File for Programming PROMs or
for Host Processor Booting
SYSTEM DEVELOPMENT PROCESS OVERVIEW
STEP 1:
DESCRIBE
ARCHITECTURE
SYSTEM
SPECIFICATION
FILE
SYSTEM
BUILDER
SYSTEM
ARCHITECTURE
FILE
STEP 2:
GENERATE
CODE
STEP 3:
DEBUG
SOFTWARE
STEP 4:
DEBUG IN TARGET
SYSTEM
STEP 5:
MANUFACTURE
FINAL SYSTEM
C SOURCE
FILES
ASSEMBLER
SOURCE
FILES
ANSI
C COMPILER
LIBRARIES
ASSEMBLER
EZ-LAB DEVELOPMENT BOARD
OR
THIRD-PARTY PC PLUG-IN CARDS
EZ-ICE EMULATOR
TESTED &
DEBUGGED
DSP BOARD
= USER FILE OR HARDWARE
= SOFTWARE DEVELOPMENT TOOL
LINKER
EXECUTABLE
FILE
SOFTWARE SIMULATOR
TARGET
BOARD
PROM SPLITTER
HIP SPLITTER
= HARDWARE DEVELOPMENT TOOL
REV. B
Information furnished by Analog Devices is believed to be accurate and
reliable. However, no responsibility is assumed by Analog Devices for its
use, nor for any infringements of patents or other rights of third parties
which may result from its use. No license is granted by implication or
otherwise under any patent or patent rights of Analog Devices.
© Analog Devices, Inc., 1995
One Technology Way, P.O. Box 9106, Norwood. MA 02062-9106, U.S.A.
Tel: 617/329-4700
Fax: 617/326-8703




ADDS-2181-EZ-ICE pdf, 반도체, 판매, 대치품
ADDS-21xx-TOOLS
C RUNTIME LIBRARY
The C Compiler comes with ANSI-standard functions and a set
of C-callable library routines commonly used in digital signal
processing to speed up development.
The ADSP-2100 Family C Runtime Library includes the ANSI-
standard and DSP-specific functions listed in Table I.
Table I. C Runtime Library Functions
Function Description
abs
acos
asin
atan
atan2
ceil
cos
cosh
exp
fabs
fir
floor
fmod
frexp
ifftN
iir
interrupt
isalpha
isdigit
labs
ldexp
log
log10
memcmp
memcpy
memset
modf
pow
raise
signal
sin
sinh
sqrt
strcat
strcmp
strcpy
strlen
strncat
strncmp
strncpy
tan
tanh
timer_off
timer_on
timer_set
va_arg
va_end
va_start
absolute value
arc cosine
arc sine
arc tangent
arc tangent of quotient
ceiling
cosine
hyperbolic cosine
exponential
absolute value
finite impulse response (FIR) filter
floor
floating-point modulus
separate fraction and exponent
N-point inverse fast Fourier transform (IFFT)
infinite impulse response (IIR) filter
define interrupt handling
detect alphabetic character
detect decimal digit
absolute value
multiply by power of 2
natural logarithm
base 10 logarithm
compare objects
copy characters from one object to another
set range of memory to a character
separate integral and fractional parts
raise to a power
force a signal
define signal handling
sine
hyperbolic sine
square root
concatenate strings
compare strings
copy from one string to another
string length
concatenate characters from one string to another
compare characters in strings
copy characters from one string to another
tangent
hyperbolic tangent
disable ADSP-21xx timer
enable ADSP-21xx timer
initialize ADSP-21xx timer
get next argument in variable list
reset variable list pointer
set variable list pointer
Interrupt Handling in C
The C environment supports hardware interrupts—a key feature
that facilitates programming. The signal handling functions of
the C library, signal, raise, and interrupt, process
ADSP-21xx interrupts such as serial port transmit and receive
interrupts, timer interrupts, and external interrupt request
signals.
The signal and raise functions direct execution to a specific
C interrupt service routine based on the type of interrupt that
occurs. This routing service allows the entire application to
be written in C without assembly language code. The signal
handling routines save and restore registers, and the overhead is
usually minimal compared to overall program execution time.
If you choose to write custom interrupt service routines in
assembly language, you can use the signal and raise
functions to set up service routines in the C environment.
ASSEMBLER
The Assembler reads source files containing ADSP-2100 Family
assembly language and generates a relocatable object file. The
Assembler includes a preprocessor that lets you use C
preprocessor directives such as #define, #include, #if,
#ifdef, and #else in assembly code.
Assembler directives define code modules, data buffers, data
variables, and memory-mapped I/O ports. Either assembler
directives or C preprocessor directives define and invoke
macros.
LINKER
The Linker processes separately assembled object files to create
a single executable program. It assigns memory locations to
code and data in accordance with the architecture file defined
by the System Builder.
The Linker also generates symbols (variable names and program
labels) in the processed files, which the simulator, emulator, and
the CBUG C Source-level debugger use to perform symbolic
debugging.
PROM SPLITTER AND HIP SPLITTER
The PROM Splitter translates an ADSP-21xx executable
program into a file used to program PROM memory devices.
The PROM Splitter’s output file can be generated in Motorola
S Record or Intel Hex Record format. Motorola S2 format is
supported for byte stream output.
The HIP Splitter utility generates ADSP-2111 and ADSP-2171
programs to be downloaded from a host processor through the
DSP’s Host Interface Port (HIP). The HIP Splitter’s output file
can be generated in Motorola S Record or Intel Hex Record
format.
Both the PROM Splitter and the HIP Splitter have a boot
loader option that enables loading of external memory.
–4– REV. B

4페이지










ADDS-2181-EZ-ICE 전자부품, 판매, 대치품
ADDS-21xx-TOOLS
Table II. ADSP-2100 Family EZ-LAB Evaluation Boards
Features
For Use with These DSPs
DSP Clock Frequency
EZ-LAB Firmware
Windowed Software with GUI Interface
Context Sensitive Help
Bundled Software Development Tools
Stand-Alone Operation
IBM-PC/AT Plug-In Board Operation
On-Board DSP Performance
Boot EPROM
DSP Internal RAM (Program)
DSP Internal RAM (Data)
On-Board RAM
Audio Input/Output Circuitry
Configuration Jumpers
LED Status Indicators
Expandable to Full Program and Data Memory Capability
Serial Port (SPORT) Connector
Manual Interrupt/Flag/Reset Switches
Host Interface Port (HIP) Connector
MAFE Interface
EZ-ICE Connector
Expansion Connector
NOTES
* Optional
1Available as part of MAFE connector; connector not installed.
2Available through expansion connector.
ADSP-2101
ADSP-2105
ADSP-2115
ADSP-216x
12.5 MHz




16 MIPS
64K × 8
2K × 24
1K × 16







ADSP-2111
13 MHz




16 MIPS
64K × 8
2K × 24
1K × 16








ADSP-2171
33 MHz





33 MIPS
64K × 8
2K × 24
2K × 16
32K × 24*




Note 1





ADSP-2181
33 MHz





33 MIPS
64K × 8
16K × 24
16K × 16




Note 2



REV. B
–7–

7페이지


구       성 총 16 페이지수
다운로드[ ADDS-2181-EZ-ICE.PDF 데이터시트 ]

당사 플랫폼은 키워드, 제품 이름 또는 부품 번호를 사용하여 검색할 수 있는

포괄적인 데이터시트를 제공합니다.


구매 문의
일반 IC 문의 : 샘플 및 소량 구매
-----------------------------------------------------------------------

IGBT, TR 모듈, SCR 및 다이오드 모듈을 포함한
광범위한 전력 반도체를 판매합니다.

전력 반도체 전문업체

상호 : 아이지 인터내셔날

사이트 방문 :     [ 홈페이지 ]     [ 블로그 1 ]     [ 블로그 2 ]



관련 데이터시트

부품번호상세설명 및 기능제조사
ADDS-2181-EZ-ICE

ADSP-2100 Family Development Tools

Analog Devices
Analog Devices

DataSheet.kr       |      2020   |     연락처      |     링크모음      |      검색     |      사이트맵