crystal, and a bank of nonvolatile memory (FRAM) in a
single package. The nonvolatile memory is available in
two densities: 2048 x 8 and 8192 x 8 bits. The integra-
tion of the crystal resonator enhances the long-term
accuracy of the devices as well as reduces the piece
part count in a manufacturing line. The devices operate
as a slave device on an I
2
C serial interface, and are
available in both commercial and industrial temperature
ranges in a 300-mil, 20-pin SO package.
The clock/date provides seconds, minutes, hours, day,
date, month, and year information. The date at the end
of the month is automatically adjusted for months with
fewer than 31 days, including corrections for leap year.
The DS32B35/DS32C35 include a bank of nonvolatile
memory that does not require a backup energy source
to maintain memory contents. In addition, there are no
read or write cycle limitations. The memory array can
be accessed at maximum cycle rates for the life of the
product with no wear-out mechanisms.
Other device features include two time-of-day alarms, a
selectable output that provides either an interrupt or
programmable square wave, and a calibrated
32.768kHz square-wave output. A reset input/output pin
provides a power-on reset for other devices.
Additionally, the reset pin is monitored as a pushbutton
input for generating a reset externally.
A precision temperature-compensated voltage refer-
ence and comparator circuit monitor the status of V
CC
to detect power failures, to provide a reset output, and
to automatically switch to the backup supply for the
RTC/TCXO when necessary. Additionally, the
RST
pin is
monitored as a pushbutton input for generating a reset
externally.
Features
♦
Integrated 32.768kHz Crystal
♦
Fast (400kHz) I
2
C Interface
♦
RTC Counts Seconds, Minutes, Hours, Day, Date,
Month, and Year with Leap Year Compensation
Valid Up to 2100
♦
RTC Accuracy ±2ppm from 0°C to +40°C
♦
RTC Accuracy ±3.5ppm from -40°C to 0°C and
+40°C to +85°C
♦
Nonvolatile Memory with 10 Years of Guaranteed
Backup Time and Write Protection
♦
Two Available Densities of Nonvolatile Memory
2048 Bytes (DS32B35)
8192 Bytes (DS32C35)
♦
No Cycle Limitations on Memory
♦
Power-Switching Circuit Selects Between Main
Power and Battery Backup for the RTC
♦
Programmable Square Wave with Frequency of
32.768kHz, 8.192kHz, 4.096kHz, or 1Hz
♦
Two Time-of-Day Alarms
♦
Reset Output/Pushbutton Reset (Debounced)
Input
♦
Programmable Output Provides Interrupt or
Square Wave
♦
Calibrated 32.768kHz Open-Drain Output
♦
Temp Sensor with ±3°C Accuracy
♦
3.3V Operating Voltage
♦
Commercial and Industrial Temperature Ranges
♦
300-mil, 20-Pin SO Package
♦
Underwriters Laboratories (UL) Recognized
DS32B35/DS32C35
Ordering Information
PART
DS32B35-33#
DS32B35-33IND#
DS32C35-33#
DS32C35-33IND#
TEMP RANGE
0°C to +70°C
-40°C to +85°C
0°C to +70°C
-40°C to +85°C
PIN-PACKAGE
20 SO
20 SO
20 SO
20 SO
Applications
Servers
Telematics
Utility Power Meters
GPS
#Denotes a RoHS-compliant device that may include lead that
is exempt under RoHS requirements. The lead finish is JESD97
category e3, and is compatible with both lead-based and lead-
free soldering processes. A "#" anywhere on the top mark
denotes a RoHS-compliant device.
Typical Operating Circuit, Pin Configuration, and Selector
Guide appear at end of data sheet.
______________________________________________
Maxim Integrated Products
1
For pricing, delivery, and ordering information, please contact Maxim Direct at 1-888-629-4642,
or visit Maxim’s website at www.maxim-ic.com.
Accurate I
2
C RTC with Integrated
TCXO/Crystal/FRAM
DS32B35/DS32C35
ABSOLUTE MAXIMUM RATINGS
Voltage Range on Any Pin Relative to Ground......-0.3V to +5.0V
Operating Temperature Range ..........................-40°C to +85°C
Junction Temperature ......................................................+125°C
Storage Temperature Range ...............................-40°C to +85°C
Junction-to-Ambient Thermal Resistance (θ
JA
) (Note 1)....55°C/W
Note 1:
Junction-to-Case Thermal Resistance (θ
JC
) (Note 1) ......24°C/W
Lead Temperature (soldering, 10s) .................................+260°C
Soldering Temperature (reflow, 2x max)..........................+260°C
(See the
Handling, PC Board Layout, and Assembly
section.)
Package thermal resistances were obtained using the method described in JEDEC specification JESD51-7, using a four-
layer board. For detailed information on package thermal considerations, refer to
www.maxim-ic.com/thermal-tutorial.
Stresses beyond those listed under “Absolute Maximum Ratings” may cause permanent damage to the device. These are stress ratings only, and functional
operation of the device at these or any other conditions beyond those indicated in the operational sections of the specifications is not implied. Exposure to
absolute maximum rating conditions for extended periods may affect device reliability.
RECOMMENDED OPERATING CONDITIONS
(T
A
= -40°C to +85°C, unless otherwise noted.) (Notes 2, 3)
PARAMETER
Supply Voltage
Battery Voltage
Input High Voltage
Input Low Voltage
SYMBOL
V
CC
V
BAT
V
IH
V
IL
(Note 4)
(Note 5)
CONDITIONS
MIN
2.70
2.3
0.7 x
V
CC
-0.3
TYP
3.3
3.0
MAX
3.63
3.6
V
CC
+
0.3
+0.3 x
V
CC
UNITS
V
V
V
V
ELECTRICAL CHARACTERISTICS
(V
CC
= 2.7V to 3.63V,
T
A
= -40°C to +85°C, unless otherwise noted.) (Note 2)
Using ARM9200+ USB Modem, the kernel option uses USB ACM driver. After the system is running, the driver is loaded successfully and dialing is successful. However, through monitoring, it is found that...
[size=12pt]The idea of unity of responsibility, power and benefit has always existed in the long river of human history. In the traditional culture of ancient China, the idea of responsibility, power ...
RGB display screen is a parallel interface, which requires a large number of signal lines. Taking RGB888 as an example, there are 8*3=24 RGB data lines. In addition to the horizontal and vertical sync...
I hope that a forum friend can be kind enough to give me one. Actually, I want to buy it directly from x-Bao. Or RS, but the price is a little expensive. It would be great if it can be around 130-150 ...
The code is as follows [code] void test(){ wstring wstr=L""; } [/code] Comment out this function, everything is correct (0 errors and 0 warnings), uncomment it, link error Compiling... wince demo.cpp ...
unsigned long HX711_Read(){unsigned long count;unsigned char i;HX711_DOUT=1;_nop_();_nop_();HX711_SCK=0;count=0;while(HX711_DOUT);for(i=0;i<24;i++){HX711_SCK=1;count=count<<1;HX711_SCK=0;if(HX711_DOUT...
Most of the houses we live in now are elevator buildings, mainly because it is more convenient to go up and down the stairs! It can also make life more comfortable. It even helps to increase the ad...[Details]
What is "Car Electronic Fence"
Fleet managers can define a graphical area (regular or irregular) or divide it into administrative zones in Yamei Technology's vehicle backend management system ...[Details]
Current Development Status of DVR Market
A DVR, or digital video recorder, uses a hard disk for recording, unlike traditional analog video recorders. It's often called a DVR because it's a com...[Details]
Capable of providing precise and efficient thermal management for artificial intelligence computing power, intelligent sensing and autonomous driving systems
Shenzhen, ...[Details]
Recently, Tesla released the "Tesla Car Voice Assistant Terms of Use", announcing that the car voice assistant will be connected to the Doubao large model (Skylark large model) and DeepSeek Chat pr...[Details]
For autonomous vehicles to safely navigate the road, they must identify far more complex objects than just traffic lights, pedestrians, and other familiar objects. Among these obstacles is a crucia...[Details]
On August 22, according to the Ministry of Industry and Information Technology's official website, my country's first mandatory national standard for the control of hazardous substances in electric...[Details]
Tires are a very important component for cars. They are related to the driving experience of the vehicle. We are almost inseparable from cars in our daily lives. For tires, according to the role of...[Details]
Spark plugs are an indispensable device for engines. As the saying goes, without spark plugs, the engine cannot work properly. The serious consequence is that when driving at high speeds, the engin...[Details]
The difference between a series inverter and a parallel inverter is that they use different oscillation circuits. A series inverter connects L, R, and C in series, while a parallel inverter connect...[Details]
Before understanding single-phase control transformers, let's briefly understand what a single-phase transformer is. A single-phase transformer uses a single-phase input. Compared to a three-phase ...[Details]
The second-generation Snapdragon W5+ and second-generation Snapdragon W5 platforms support users sending and receiving messages via satellite when there is no cellular and Wi-Fi coverage.
...[Details]
AI distributed rendering architecture improves mobile phone rendering capabilities, and game performance tests can check frame generation indicators in real time
Shanghai, China, Aug...[Details]
0 Introduction
With a rapidly aging population, a young couple is now required to care for an increasing number of elderly people, leading to a growing difficulty in providing care for them. E...[Details]
With the growth of the Internet of Things (IoT), wearable, and portable devices, consumers are growing weary of cluttered cables and the need for frequent battery recharges. The benefits of wireles...[Details]