5秒后页面跳转
DS1486P-150 PDF预览

DS1486P-150

更新时间: 2024-01-14 13:55:48
品牌 Logo 应用领域
达拉斯 - DALLAS 计时器或实时时钟微控制器和处理器外围集成电路双倍数据速率
页数 文件大小 规格书
17页 252K
描述
RAMified Watchdog Timekeeper

DS1486P-150 技术参数

是否Rohs认证: 不符合生命周期:Obsolete
零件包装代码:DMA包装说明:POWERCAP MODULE BOARD-34
针数:34Reach Compliance Code:not_compliant
ECCN代码:EAR99HTS代码:8542.39.00.01
风险等级:5.79Is Samacsys:N
其他特性:A POWERCAP MODULE CONTAINING CRYSTAL AND BATTERY REQUIRED最大时钟频率:0.032 MHz
外部数据总线宽度:8信息访问方法:PARALLEL, DIRECT ADDRESS
中断能力:YJESD-30 代码:R-XDMA-U34
湿度敏感等级:1端子数量:34
计时器数量:1最高工作温度:70 °C
最低工作温度:封装主体材料:UNSPECIFIED
封装等效代码:MODULE,34LEAD,1.0封装形状:RECTANGULAR
封装形式:MICROELECTRONIC ASSEMBLY峰值回流温度(摄氏度):225
电源:5 V认证状态:Not Qualified
子类别:Timer or RTC最大供电电压:5.5 V
最小供电电压:4.5 V标称供电电压:5 V
表面贴装:YES技术:CMOS
温度等级:COMMERCIAL端子形式:J INVERTED
端子位置:DUAL最短时间:1/100 SECOND
处于峰值回流温度下的最长时间:NOT SPECIFIED易失性:NO
uPs/uCs/外围集成电路类型:TIMER, REAL TIME CLOCKBase Number Matches:1

DS1486P-150 数据手册

 浏览型号DS1486P-150的Datasheet PDF文件第2页浏览型号DS1486P-150的Datasheet PDF文件第3页浏览型号DS1486P-150的Datasheet PDF文件第4页浏览型号DS1486P-150的Datasheet PDF文件第6页浏览型号DS1486P-150的Datasheet PDF文件第7页浏览型号DS1486P-150的Datasheet PDF文件第8页 
DS1486/DS1486P  
TIME OF DAY REGISTERS  
Registers 0, 1, 2, 4, 6, 8, 9, and A contain Time of Day data in BCD. Ten bits within these eight registers  
are not used and will always read 0 regardless of how they are written. Bits 6 and 7 in the Months  
Register (9) are binary bits. When set to logic 0, EOSC (Bit 7) enables the real-time clock oscillator. This  
bit is set to logic 1 as shipped from Dallas Semiconductor to prevent lithium energy consumption during  
storage and shipment (DIP Module only). This bit will normally be turned on by the user during device  
initialization. However, the oscillator can be turned on and off as necessary by setting this bit to the  
appropriate level. The INTA and Square Wave Output signals are tied together at pin 30 on the 32-pin  
DIP module. With this package, bit 6 of the Months Register (9) controls the function of this pin. When  
set to logic 0, the pin will output a 1024 Hz square wave signal. When set to logic 1, the pin is available  
for interrupt A output ( INTA ) only. The INTA and Square Wave Output signals are separated on the 34-  
pin PowerCap module. With this package, bit 6 of the Months Register (9) controls only the Square Wave  
Output (pin 33). When set to logic 0, pin 33 will output a 1024 Hz square wave signal. When set to logic  
1, pin 33 is in a high impedance state. Pin 34 ( INTA ) is not affected by the setting of bit 6. Bit 6 of the  
Hours register is defined as the 12- or 24-hour select bit. When set to logic 1, the 12-hour format is  
selected. In the 12-hour format, bit 5 is the AM/PM bit with logic 1 being PM. In the 24-hour mode, bit 5  
is the second 10-hour bit (20-23 hours). The Time of Day registers are updated every 0.01 seconds from  
the real-time clock, except when the TE bit (bit 7 of Register B) is set low or the clock oscillator is not  
running. The preferred method of synchronizing data access to and from the RAMified Timekeeper is to  
access the Command register by doing a write cycle to address location 0B and setting the TE bit  
(Transfer Enable bit) to a logic 0. This will freeze the External Time of Day registers at the present  
recorded time, allowing access to occur without danger of simultaneous update. When the watch registers  
have been read or written, a second write cycle to location 0B setting the TE bit to a logic 1 will put the  
Time of Day Registers back to being updated every 0.01 second. No time is lost in the real-time clock  
because the internal copy of the Time of Day register buffers is continually incremented while the  
external memory registers are frozen. An alternate method of reading and writing the Time of Day  
registers is to ignore synchronization. However, any single reading may give erroneous data as the real-  
time clock may be in the process of updating the external memory registers as data is being read. The  
internal copies of seconds through years are incremented and the Time of Day Alarm is checked during  
the period that hundreds of seconds reads 99. The copies are transferred to the external register when  
hundredths of seconds roll from 99 to 00. A way of making sure data is valid is to do multiple reads and  
compare. Writing the registers can also produce erroneous results for the same reasons. A way of making  
sure that the write cycle has caused proper a update is to do read verifies and re-execute the write cycle if  
data is not correct. While the possibility of erroneous results from read and write cycles has been stated, it  
is worth noting that the probability of an incorrect result is kept to a minimum due to the redundant  
structure of the RAMified Timekeeper.  
TIME OF DAY ALARM REGISTERS  
Registers 3, 5, and 7 contain the Time of Day Alarm Registers. Bits 3, 4, 5, and 6 of Register 7 will  
always read 0 regardless of how they are written. Bit 7 of Registers 3, 5, and 7 are mask bits (Figure 3).  
When all of the mask bits are logic 0, a Time of Day Alarm will only occur when Registers 2, 4, and 6  
match the values stored in Registers 3, 5, and 7. An alarm will be generated every day when bit 7 of  
Register 7 is set to a logic 1. Similarly, an alarm is generated every hour when bit 7 of Registers 7 and 5  
is set to a logic 1. When bit 7 of Registers 7, 5, and 3 is set to a logic 1, an alarm will occur every minute  
when Register 1 (seconds) rolls from 59 to 00.  
Time of Day Alarm Registers are written and read in the same format as the Time of Day Registers. The  
Time of Day Alarm Flag and Interrupt are always cleared when Alarm Registers are read or written.  
5 of 17  

与DS1486P-150相关器件

型号 品牌 描述 获取价格 数据表
DS1487 NSC Low Power RS-485 1⁄4 Unit Load Multipoint Transceiver

获取价格

DS1487 TI Low Power RS-485 Unit Load Multipoint Transceiver

获取价格

DS1487_11 TI Low Power RS-485 Unit Load Multipoint Transceiver

获取价格

DS1487M NSC Low Power RS-485 1⁄4 Unit Load Multipoint Transceiver

获取价格

DS1487M TI Low Power RS-485/1/4 Unit Load Multipoint Transceiver 8-SOIC 0 to 70

获取价格

DS1487M/NOPB NSC IC LINE TRANSCEIVER, PDSO8, PLASTIC, SOP-8, Line Driver or Receiver

获取价格