5秒后页面跳转
ADSP-2183KSTZ-133 PDF预览

ADSP-2183KSTZ-133

更新时间: 2024-01-22 06:00:47
品牌 Logo 应用领域
亚德诺 - ADI 时钟外围集成电路
页数 文件大小 规格书
31页 247K
描述
IC 24-BIT, 16.67 MHz, OTHER DSP, PQFP128, METRIC, PLASTIC, TQFP-128, Digital Signal Processor

ADSP-2183KSTZ-133 技术参数

是否无铅: 不含铅是否Rohs认证: 符合
生命周期:Obsolete零件包装代码:QFP
包装说明:LFQFP,针数:128
Reach Compliance Code:compliantECCN代码:3A991.A.2
HTS代码:8542.31.00.01风险等级:5.6
地址总线宽度:14桶式移位器:YES
边界扫描:NO最大时钟频率:16.67 MHz
外部数据总线宽度:24格式:FIXED POINT
内部总线架构:MULTIPLEJESD-30 代码:R-PQFP-G128
JESD-609代码:e3长度:20 mm
低功率模式:YES湿度敏感等级:3
端子数量:128最高工作温度:70 °C
最低工作温度:封装主体材料:PLASTIC/EPOXY
封装代码:LFQFP封装形状:RECTANGULAR
封装形式:FLATPACK, LOW PROFILE, FINE PITCH峰值回流温度(摄氏度):260
认证状态:Not Qualified座面最大高度:1.6 mm
最大供电电压:3.6 V最小供电电压:3 V
标称供电电压:3.3 V表面贴装:YES
技术:CMOS温度等级:COMMERCIAL
端子面层:Matte Tin (Sn)端子形式:GULL WING
端子节距:0.5 mm端子位置:QUAD
处于峰值回流温度下的最长时间:40宽度:14 mm
uPs/uCs/外围集成电路类型:DIGITAL SIGNAL PROCESSOR, OTHERBase Number Matches:1

ADSP-2183KSTZ-133 数据手册

 浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第6页浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第7页浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第8页浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第10页浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第11页浏览型号ADSP-2183KSTZ-133的Datasheet PDF文件第12页 
ADSP-2183  
When the BWCOUNT register is written with a nonzero value  
the BDMA circuit starts executing byte memory accesses with  
wait states set by BMWAIT. These accesses continue until the  
count reaches zero. When enough accesses have occurred to create  
a destination word, it is transferred to or from on-chip memory.  
The transfer takes one DSP cycle. DSP accesses to external  
memory have priority over BDMA byte memory accesses.  
Table VI. Boot Summary Table  
MMAP BMODE  
Booting Method  
0
0
BDMA feature is used in default mode  
to load the first 32 program memory  
words from the byte memory space.  
Program execution is held off until all  
32 words have been loaded.  
The BDMA Context Reset bit (BCR) controls whether the  
processor is held off while the BDMA accesses are occurring.  
Setting the BCR bit to 0 allows the processor to continue opera-  
tions. Setting the BCR bit to 1 causes the processor to stop  
execution while the BDMA accesses are occurring, to clear the  
context of the processor and start execution at address 0 when  
the BDMA accesses have completed.  
0
1
1
IDMA feature is used to load any inter-  
nal memory as desired. Program execu-  
tion is held off until internal program  
memory location 0 is written to.  
X
Bootstrap features disabled. Program  
execution immediately starts from  
location 0.  
Internal Memory DMA Port (IDMA Port)  
The IDMA Port provides an efficient means of communication  
between a host system and the ADSP-2183. The port is used to  
access the on-chip program memory and data memory of the  
DSP with only one DSP cycle per word overhead. The IDMA  
port cannot, however, be used to write to the DSP’s memory-  
mapped control registers.  
BDMA Booting  
When the BMODE and MMAP pins specify BDMA booting  
(MMAP = 0, BMODE = 0), the ADSP-2183 initiates a BDMA  
boot sequence when reset is released. The BDMA interface is  
set up during reset to the following defaults when BDMA boot-  
ing is specified: the BDIR, BMPAGE, BIAD and BEAD regis-  
ters are set to 0, the BTYPE register is set to 0 to specify  
program memory 24 bit words, and the BWCOUNT register is  
set to 32. This causes 32 words of on-chip program memory to  
be loaded from byte memory. These 32 words are used to set up  
the BDMA to load in the remaining program code. The BCR  
bit is also set to 1, which causes program execution to be held  
off until all 32 words are loaded into on-chip program memory.  
Execution then begins at address 0.  
The IDMA port has a 16-bit multiplexed address and data bus  
and supports 24-bit program memory. The IDMA port is  
completely asynchronous and can be written to while the  
ADSP-2183 is operating at full speed.  
The DSP memory address is latched and then automatically  
incremented after each IDMA transaction. An external device  
can therefore access a block of sequentially addressed memory  
by specifying only the starting address of the block. This in-  
creases throughput as the address does not have to be sent for  
each memory access.  
The ADSP-2100 Family Development Software (Revision 5.02  
and later) fully supports the BDMA booting feature and can  
generate byte memory space compatible boot code.  
IDMA Port access occurs in two phases. The first is the IDMA  
Address Latch cycle. When the acknowledge is asserted, a 14-  
bit address and 1-bit destination type can be driven onto the bus  
by an external device. The address specifies an on-chip memory  
location; the destination type specifies whether it is a DM or  
PM access. The falling edge of the address latch signal latches  
this value into the IDMAA register.  
The IDLE instruction can also be used to allow the processor to  
hold off execution while booting continues through the BDMA  
interface.  
IDMA Booting  
The ADSP-2183 can also boot programs through its Internal  
DMA port. If BMODE = 1 and MMAP = 0, the ADSP-2183  
boots from the IDMA port. IDMA feature can load as much on-  
chip memory as desired. Program execution is held off until on-  
chip program memory location 0 is written to.  
Once the address is stored, data can either be read from or  
written to the ADSP-2183’s on-chip memory. Asserting the  
select line (IS) and the appropriate read or write line (IRD and  
IWR respectively) signals the ADSP-2183 that a particular  
transaction is required. In either case, there is a one-processor-  
cycle delay for synchronization. The memory access consumes  
one additional processor cycle.  
The ADSP-2100 Family Development Software (Revision 5.02  
and later) can generate IDMA compatible boot code.  
Bus Request and Bus Grant  
Once an access has occurred, the latched address is automati-  
cally incremented and another access can occur.  
The ADSP-2183 can relinquish control of the data and address  
buses to an external device. When the external device requires  
access to memory, it asserts the bus request (BR) signal. If the  
ADSP-2183 is not performing an external memory access, then  
it responds to the active BR input in the following processor  
cycle by:  
Through the IDMAA register, the DSP can also specify the  
starting address and data format for DMA operation.  
Bootstrap Loading (Booting)  
The ADSP-2183 has two mechanisms to allow automatic load-  
ing of the on-chip program memory after reset. The method for  
booting after reset is controlled by the MMAP and BMODE  
pins as shown in Table VI.  
• three-stating the data and address buses and the PMS, DMS,  
BMS, CMS, IOMS, RD, WR output drivers,  
• asserting the bus grant (BG) signal, and  
• halting program execution.  
REV. C  
–9–  

ADSP-2183KSTZ-133 替代型号

型号 品牌 替代类型 描述 数据表
ADSP-2183BST-160 ADI

类似代替

DSP Microcomputer
ADSP-2183BST-133 ADI

类似代替

DSP Microcomputer
ADSP-2183KST-133 ADI

完全替代

DSP Microcomputer

与ADSP-2183KSTZ-133相关器件

型号 品牌 获取价格 描述 数据表
ADSP-2183KSTZ-160 ADI

获取价格

DSP Microcomputer
ADSP-2183KSTZ-160 ROCHESTER

获取价格

24-BIT, 20 MHz, OTHER DSP, PQFP128, METRIC, PLASTIC, TQFP-128
ADSP2184 ADI

获取价格

DSP Microcomputer
ADSP-2184 ADI

获取价格

DSP Microcomputer
ADSP-2184BST-160 ADI

获取价格

DSP Microcomputer
ADSP-2184BSTZ-160 ADI

获取价格

DSP Microcomputer
ADSP-2184L ADI

获取价格

DSP Microcomputer
ADSP-2184LBST-160 ADI

获取价格

DSP Microcomputer
ADSP-2184LBSTZ-160 ADI

获取价格

16-bit, 40 MIPS, 3.3v, 2 Serial Ports, Host Port, 20KB RAM
ADSP-2184LBSTZ-1602 ADI

获取价格

DSP Microcomputer