5秒后页面跳转
ADSP-2181KST-115 PDF预览

ADSP-2181KST-115

更新时间: 2024-02-27 21:44:48
品牌 Logo 应用领域
亚德诺 - ADI 微控制器和处理器外围集成电路数字信号处理器装置电脑时钟
页数 文件大小 规格书
32页 293K
描述
DSP Microcomputer

ADSP-2181KST-115 技术参数

是否Rohs认证: 不符合生命周期:Obsolete
零件包装代码:QFP包装说明:TQFP-128
针数:128Reach Compliance Code:not_compliant
ECCN代码:3A991.A.2HTS代码:8542.31.00.01
风险等级:5.83其他特性:33 MIPS SUSTAINED; SINGLE CYCLE INSTRUCTION EXECUTION
地址总线宽度:14桶式移位器:YES
位大小:16边界扫描:NO
最大时钟频率:14.4 MHz外部数据总线宽度:24
格式:FIXED POINT集成缓存:NO
内部总线架构:MULTIPLEJESD-30 代码:R-PQFP-G128
JESD-609代码:e0长度:20 mm
低功率模式:YES湿度敏感等级:3
DMA 通道数量:2外部中断装置数量:4
串行 I/O 数:2端子数量:128
计时器数量:1片上数据RAM宽度:16
片上程序ROM宽度:最高工作温度:70 °C
最低工作温度:封装主体材料:PLASTIC/EPOXY
封装代码:LFQFP封装等效代码:QFP128,.63X.87,20
封装形状:RECTANGULAR封装形式:FLATPACK, LOW PROFILE, FINE PITCH
峰值回流温度(摄氏度):240电源:5 V
认证状态:Not QualifiedRAM(字数):8192
座面最大高度:1.6 mm子类别:Digital Signal Processors
最大压摆率:100 mA最大供电电压:5.5 V
最小供电电压:4.5 V标称供电电压:5 V
表面贴装:YES技术:CMOS
温度等级:COMMERCIAL端子面层:Tin/Lead (Sn/Pb)
端子形式:GULL WING端子节距:0.5 mm
端子位置:QUAD处于峰值回流温度下的最长时间:30
宽度:14 mmuPs/uCs/外围集成电路类型:DIGITAL SIGNAL PROCESSOR, OTHER
Base Number Matches:1

ADSP-2181KST-115 数据手册

 浏览型号ADSP-2181KST-115的Datasheet PDF文件第2页浏览型号ADSP-2181KST-115的Datasheet PDF文件第3页浏览型号ADSP-2181KST-115的Datasheet PDF文件第4页浏览型号ADSP-2181KST-115的Datasheet PDF文件第6页浏览型号ADSP-2181KST-115的Datasheet PDF文件第7页浏览型号ADSP-2181KST-115的Datasheet PDF文件第8页 
ADSP-2181  
Table I. Interrupt P riority and Interrupt Vector Addresses  
Interrupt Vector  
P ower -D own  
T he ADSP-2181 processor has a low power feature that lets  
the processor enter a very low power dormant state through  
hardware or software control. Here is a brief list of power-  
down features. For detailed information about the power-  
down feature, refer to the ADSP-2100 Family User’s Manual,  
Third Edition, “System Interface” chapter.  
Source of Interrupt  
Address (H ex)  
Reset (or Power-Up with PUCR = 1) 0000 (Highest Priority)  
Power-Down (Nonmaskable)  
IRQ2  
002C  
0004  
IRQL1  
IRQL0  
0008  
000C  
Quick recovery from power-down. T he processor begins  
executing instructions in as few as 100 CLKIN cycles.  
SPORT 0 T ransmit  
SPORT 0 Receive  
IRQE  
BDMA Interrupt  
SPORT 1 T ransmit or IRQ1  
SPORT 1 Receive or IRQ0  
T imer  
0010  
0014  
0018  
001C  
0020  
0024  
• Support for an externally generated T T L or CMOS  
processor clock. T he external clock can continue running  
during power-down without affecting the lowest power  
rating and 100 CLKIN cycle recovery.  
• Support for crystal operation includes disabling the oscil-  
lator to save power (the processor automatically waits 4096  
CLKIN cycles for the crystal oscillator to start and stabi-  
lize), and letting the oscillator run to allow 100 CLKIN  
cycle start up.  
0028 (Lowest Priority)  
Interrupt routines can either be nested with higher priority  
interrupts taking precedence or processed sequentially. Inter-  
rupts can be masked or unmasked with the IMASK register.  
Individual interrupt requests are logically ANDed with the bits  
in IMASK; the highest priority unmasked interrupt is then  
selected. T he power-down interrupt is nonmaskable.  
• Power-down is initiated by either the power-down pin  
(PWD) or the software power-down force bit.  
• Interrupt support allows an unlimited number of instruc-  
tions to be executed before optionally powering down.  
T he power-down interrupt also can be used as a non-  
maskable, edge-sensitive interrupt.  
T he ADSP-2181 masks all interrupts for one instruction cycle  
following the execution of an instruction that modifies the  
IMASK register. T his does not affect serial port autobuffering  
or DMA transfers.  
Context clear/save control allows the processor to con-  
tinue where it left off or start with a clean context when  
leaving the power-down state.  
T he interrupt control register, ICNT L, controls interrupt nest-  
ing and defines the IRQ0, IRQ1 and IRQ2 external interrupts to  
be either edge- or level-sensitive. T he IRQE pin is an external  
edge-sensitive interrupt and can be forced and cleared. T he  
IRQL0 and IRQL1 pins are external level-sensitive interrupts.  
• T he RESET pin also can be used to terminate power-  
down.  
• Power-down acknowledge pin indicates when the proces-  
sor has entered power-down.  
T he IFC register is a write-only register used to force and clear  
interrupts.  
Idle  
When the ADSP-2181 is in the Idle Mode, the processor  
waits indefinitely in a low power state until an interrupt  
occurs. When an unmasked interrupt occurs, it is serviced;  
execution then continues with the instruction following the  
IDLE instruction.  
On-chip stacks preserve the processor status and are automati-  
cally maintained during interrupt handling. The stacks are twelve  
levels deep to allow interrupt, loop and subroutine nesting.  
T he following instructions allow global enable or disable servic-  
ing of the interrupts (including power down), regardless of the  
state of IMASK. Disabling the interrupts does not affect serial  
port autobuffering or DMA.  
Slow Idle  
T he IDLE instruction is enhanced on the ADSP-2181 to let  
the processor’s internal clock signal be slowed, further  
reducing power consumption. T he reduced clock fre-  
quency, a programmable fraction of the normal clock rate,  
is specified by a selectable divisor given in the IDLE in-  
struction. T he format of the instruction is  
ENA INTS;  
DIS INTS;  
When the processor is reset, interrupt servicing is enabled.  
LO W P O WER O P ERATIO N  
IDLE (n);  
T he ADSP-2181 has three low power modes that significantly  
reduce the power dissipation when the device operates under  
standby conditions. T hese modes are:  
where n = 16, 32, 64 or 128. T his instruction keeps the  
processor fully functional, but operating at the slower clock  
rate. While it is in this state, the processor’s other internal  
clock signals, such as SCLK, CLKOUT and timer clock,  
are reduced by the same ratio. T he default form of the  
instruction, when no clock divisor is given, is the standard  
IDLE instruction.  
• Power-Down  
• Idle  
• Slow Idle  
T he CLKOUT pin may also be disabled to reduce external  
power dissipation.  
REV. D  
–5–  

与ADSP-2181KST-115相关器件

型号 品牌 描述 获取价格 数据表
ADSP-2181KST-133 ADI DSP Microcomputer

获取价格

ADSP-2181KST-160 ADI DSP Microcomputer

获取价格

ADSP-2181KSTZ-115 ADI IC 24-BIT, 14.4 MHz, OTHER DSP, PQFP128, METRIC, PLASTIC, TQFP-128, Digital Signal Process

获取价格

ADSP-2181KSZ-133 ADI DSP Microcomputer

获取价格

ADSP-2181KSZ-160 ADI DSP Microcomputer

获取价格

ADSP2183 ADI DSP Microcomputer

获取价格