5秒后页面跳转
ADM1063ASU-REEL7 PDF预览

ADM1063ASU-REEL7

更新时间: 2024-01-29 20:57:25
品牌 Logo 应用领域
亚德诺 - ADI 电源电路电源管理电路监控
页数 文件大小 规格书
36页 402K
描述
Multisupply Supervisor/Sequencer with ADC and Temperature Monitoring

ADM1063ASU-REEL7 技术参数

是否Rohs认证: 不符合生命周期:Obsolete
零件包装代码:QFP包装说明:7 X 7 MM, MS-026ABC, TQFP-48
针数:48Reach Compliance Code:not_compliant
ECCN代码:EAR99HTS代码:8542.39.00.01
风险等级:5.17Is Samacsys:N
可调阈值:NO模拟集成电路 - 其他类型:POWER SUPPLY SUPPORT CIRCUIT
JESD-30 代码:S-XQFP-G48JESD-609代码:e0
长度:7 mm湿度敏感等级:3
信道数量:10功能数量:1
端子数量:48最高工作温度:85 °C
最低工作温度:-40 °C封装主体材料:UNSPECIFIED
封装代码:TFQFP封装等效代码:TQFP48,.35SQ
封装形状:SQUARE封装形式:FLATPACK, THIN PROFILE, FINE PITCH
峰值回流温度(摄氏度):240电源:3/5 V
认证状态:Not Qualified座面最大高度:1.2 mm
子类别:Power Management Circuits最大供电电流 (Isup):6 mA
表面贴装:YES温度等级:INDUSTRIAL
端子面层:Tin/Lead (Sn/Pb)端子形式:GULL WING
端子节距:0.5 mm端子位置:QUAD
处于峰值回流温度下的最长时间:30宽度:7 mm
Base Number Matches:1

ADM1063ASU-REEL7 数据手册

 浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第27页浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第28页浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第29页浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第31页浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第32页浏览型号ADM1063ASU-REEL7的Datasheet PDF文件第33页 
ADM1063  
To erase a page of EEPROM memory. EEPROM memory  
In the ADM1063, the write byte/word protocol is used for  
three purposes:  
can be written to only if it is unprogrammed. Before writing  
to one or more EEPROM memory locations that are already  
programmed, the page(s) containing those locations must  
first be erased. EEPROM memory is erased by writing a  
command byte.  
To write a single byte of data to RAM. In this case, the  
command byte is the RAM addresses from 0x00 to 0xDF  
and the only data byte is the actual data, as shown in  
Figure 44.  
The master sends a command code that tells the slave device  
to erase the page. The ADM1063 command code for a page  
erasure is 0xFE (1111 1110). Note that, for a page erasure  
to take place, the page address must be given in the previous  
write word transaction (see the Write Byte/Word section).  
Also, Bit 2 in the UPDCFG register (Address 0x90) must  
be set to 1.  
1
2
3
4
5
6
7
8
RAM  
SLAVE  
ADDRESS  
S
W
A
ADDRESS  
A
DATA  
A
P
(0x00 TO 0xDF)  
Figure 44. Single Byte Write to RAM  
To set up a 2-byte EEPROM address for a subsequent  
read, write, block read, block write, or page erase. In this  
case, the command byte is the high byte of the EEPROM  
addresses from 0xF8 to 0xFB. The only data byte is the low  
byte of the EEPROM address, as shown in Figure 45.  
1
2
3
4
5
6
COMMAND  
BYTE  
(0xFE)  
SLAVE  
ADDRESS  
S
W
A
A
P
Figure 43. EEPROM Page Erasure  
1
2
3
4
5
6
7
8
EEPROM  
ADDRESS  
EEPROM  
ADDRESS  
As soon as the ADM1063 receives the command byte,  
page erasure begins. The master device can send a stop  
command as soon as it sends the command byte. Page  
erasure takes approximately 20 ms. If the ADM1063 is  
accessed before erasure is complete, it responds with a  
no acknowledge (NACK).  
SLAVE  
ADDRESS  
S
W
A
A
A
P
HIGH BYTE  
(0xF8 TO 0xFB)  
LOW BYTE  
(0x00 TO 0xFF)  
Figure 45. Setting an EEPROM Address  
Note that for page erasure, because a page consists of  
32 bytes, only the 3 MSBs of the address low byte are  
important. The lower five bits of the EEPROM address  
low byte specify the addresses within a page and are  
ignored during an erase operation.  
Write Byte/Word  
In a write byte/word operation, the master device sends a  
command byte and one or two data bytes to the slave device,  
as follows:  
To write a single byte of data to EEPROM. In this case, the  
command byte is the high byte of the EEPROM addresses  
from 0xF8 to 0xFB. The first data byte is the low byte of the  
EEPROM address, and the second data byte is the actual  
data, as shown in Figure 46.  
1. The master device asserts a start condition on SDA.  
2. The master sends the 7-bit slave address followed by the  
write bit (low).  
1
2
3
4
5
6
7
8
9
10  
3. The addressed slave device asserts ACK on SDA.  
4. The master sends a command code.  
5. The slave asserts ACK on SDA.  
EEPROM  
ADDRESS  
EEPROM  
ADDRESS  
SLAVE  
S
W
A
A
A
DATA  
A
P
ADDRESS  
HIGH BYTE  
(0xF8 TO 0xFB)  
LOW BYTE  
(0x00 TO 0xFF)  
Figure 46. Single Byte Write to EEPROM  
Block Write  
6. The master sends a data byte.  
In a block write operation, the master device writes a block of  
data to a slave device. The start address for a block write must  
have been set previously. In the ADM1063, a send byte opera-  
tion sets a RAM address, and a write byte/word operation sets  
an EEPROM address, as follows:  
7. The slave asserts ACK on SDA.  
8. The master sends a data byte or asserts a stop condition.  
9. The slave asserts ACK on SDA.  
1. The master device asserts a start condition on SDA.  
10. The master asserts a stop condition on SDA to end  
the transaction.  
2. The master sends the 7-bit slave address followed by  
the write bit (low).  
3. The addressed slave device asserts ACK on SDA.  
Rev. 0 | Page 30 of 36  
 
 
 
 

与ADM1063ASU-REEL7相关器件

型号 品牌 描述 获取价格 数据表
ADM1063ASUZ ADI Multisupply Supervisor/Sequencer with ADC and Temperature Monitoring

获取价格

ADM1063ASUZ-REEL7 ADI Multisupply Supervisor/Sequencer with ADC and Temperature Monitoring

获取价格

ADM1064 ADI Super Sequencer with Voltage Readback ADC

获取价格

ADM1064ACP ADI Super Sequencer with Voltage Readback ADC

获取价格

ADM1064ACP-REEL ADI Super Sequencer with Voltage Readback ADC

获取价格

ADM1064ACP-REEL7 ADI Super Sequencer with Voltage Readback ADC

获取价格