Operating Temperature Range ...........................-40°C to +85°C
Storage Temperature Range .............................-65°C to +150°C
Lead Temperature (soldering, 10s) .................................+300°C
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.
ELECTRICAL CHARACTERISTICS
(V
CC
= full range, T
A
= -40°C to +85°C, unless otherwise noted. Typical values are at T
A
= +25°C and V
CC
= 3V.) (Note 1)
PARAMETER
V
CC
Range
SYMBOL
CONDITIONS
T
A
= 0°C to +70°C
T
A
= -40°C to +85°C
I
CC
MAX632_ only, V
CC
= 3.0V for V
TH
≤
2.93V,
V
CC
= 3.2V for V
TH
> 2.93V, no load
V
CC
= 5.5V, no load
T
A
= +25°C
Reset Threshold
V
TH
Table 1
T
A
= -40°C to +85°C
Reset Threshold Tempco
V
CC
to Reset Delay
Reset Active Timeout Period
RESET
Output Voltage
(MAX6326/MAX6328/
MAX6346/MAX6348)
RESET
Output Voltage
(MAX6326/MAX6346)
I
SINK
= 1.6mA, V
CC
> 2.1V, reset asserted
V
OL
I
SINK
= 100µA, V
CC
≥
1.2V, reset asserted
I
SOURCE
= 500µA, V
CC
= 3.2V, MAX6326 only
V
OH
I
SOURCE
= 800µA, V
CC
= 4.5V, V
TH
≤
4.38V
I
SOURCE
= 800µA, V
CC
= V
TH(MAX)
, V
TH
≥
4.5V
V
OH
RESET Output Voltage
(MAX6327/MAX6347)
V
OL
I
SOURCE
= 500µA, V
CC
≥
2.1V, reset asserted
I
SOURCE
= 50µA, V
CC
≥
1.2V, reset asserted
I
SINK
= 1.2mA, V
CC
≥
3.2V, reset not asserted,
MAX6327 only
I
SINK
= 3.2mA, V
CC
≥
4.5V, reset not asserted,
V
TH
≤
4.38V
I
SINK
= 3.2mA, V
CC
= V
TH(MAX)
, V
TH
≥
4.5V
RESET Threshold
Hysteresis
Open-Drain
RESET
Output
Leakage Current
Note 1:
Overtemperature limits are guaranteed by design and not production tested.
I recently discovered a problem. A board I designed before used STM32F103C8T6. The 8th pin VSSA analog ground pin was given the network number AGND. As a result, this board did not use the ADC periphe...
At present, I want to press a certain key on the keyboard to lock the touch screen and buttons, so that they do not respond, and then press this key again to unlock them. What can I do?...
Analog ElectronicsPrepared by: Li ZhizhongElectronic technology is divided into: "Analog Electronic Technology" and "Digital Electronic Technology", both of which are the basis for learning other rela...
I created a single-document project with printing function using EVC. I want to implement the direct printing function, that is, to print directly by pressing the print button without popping up the s...
[i=s]This post was last edited by deweyled on 2014-5-3 21:49[/i] I started working overtime after the Chinese New Year, and I still made some things bit by bit. I finally had time to do a complete wel...
China Energy Storage Network News:
On April 24, State Grid Corporation of China (hereinafter referred to as "SGCC") and China Southern Power Grid Co., Ltd. (hereinafter referred to as "CSGC")...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
STM32 ADC multi-channel conversion Description: Use ADC to continuously collect 11 analog signals and transfer them to memory through DMA. ADC is configured to scan and continuously convert mode,...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
This example sets up a button to adjust the square wave of different frequencies (multiples of 100) from 100-1000hz. In addition, serial port communication is added, and the corresponding frequency c...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
Getting to the bottom of blockchain
Since last year, blockchain has become the hottest word in both the financial and non-financial circles. Some people use it as a gimmick to engage in va...[Details]
MCS-51 single-chip microcomputer timer/counter experiment programming program Programming requirements: 1. Connect a light-emitting diode LED to the P1.0 pin, light up for two seconds, turn off for o...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]