14-Pin SO ....................................................................34°C/W
Operating Temperature Range ...........................-40°C to +85°C
Junction Temperature ..................................................... +150°C
Storage Temperature Range .............................-65°C to +150°C
Lead Temperature (soldering, 10s) .................................+300°C
Soldering Temperature (reflow) .......................................+260°C
Note 1:
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.
DC ELECTRICAL CHARACTERISTICS
(V
CC
= +3V to +5.5V, V
L
= +1.8V to V
CC
, T
A
= -40°C to +85°C, unless otherwise noted. Typical values are V
CC
= +5V, V
L
= +1.8V at
T
A
= +25°C.) (Notes 2, 3)
PARAMETER
POWER SUPPLY
V
CC
Supply-Voltage Range
V
L
Supply-Voltage Range
I
CC
Supply Current
I
CC
Supply Current in Shutdown
Mode
V
L
Supply Current
DRIVER
R
L
= 100Ω, V
CC
= +3V
Differential Driver Output
(Figure 1)
V
OD
R
L
= 54Ω, V
CC
= +3V
R
L
= 100Ω, V
CC
= +4.5V
R
L
= 54Ω, V
CC
= +4.5V
Change in Magnitude of
Differential Output Voltage
Driver Common-Mode Output
Voltage
Change in Magnitude of
Common-Mode Voltage
ΔV
OD
V
OC
ΔV
OC
R
L
= 100Ω or 54Ω, Figure 1 (Note 4)
R
L
= 100Ω or 54Ω, Figure 1
R
L
= 100Ω or 54Ω, Figure 1 (Note 4)
V
CC
/2
2
1.5
2.25
2.25
V
CC
V
CC
V
CC
V
CC
0.2
3
0.2
V
V
V
V
V
CC
V
L
I
CC
DE =
RE
= high, no load
DE =
RE
= low, no load
DE = high,
RE
= low, no load
DE = low,
RE
= high, no load
RO = no load
3
1.62
5.5
V
CC
2
V
V
mA
SYMBOL
CONDITIONS
MIN
TYP
MAX
UNITS
I
SHDN
I
L
10
1
µA
µA
2
Maxim Integrated
MAX13430E–MAX13433E
RS-485 Transceivers with Low-Voltage
Logic Interface
DC ELECTRICAL CHARACTERISTICS (continued)
(V
CC
= +3V to +5.5V, V
L
= +1.8V to V
CC
, T
A
= -40°C to +85°C, unless otherwise noted. Typical values are V
I'm testing a function recently. In our GPS application, our program creates a new process, which is the map navigation software. There is a hardware switch. I want to switch back to our application w...
[b]Guangzhou Deheng Information Technology Co., Ltd.: Work location: Guangzhou, accommodation included, weekends off [/b] [b] The company mainly develops communication products, public network walkie-...
[i=s]This post was last edited by beyondvv on 2017-1-1 23:01[/i] [align=left][font=宋体]1.[/font]Project background:[/align][align=left] In order to transform the labor safety management concept, withou...
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
We have come a long way from the 2G era, and now 5G is about to be commercialized. Suddenly, we realize that time has passed quickly, but technology has never stopped. The activation of 5G heralds ...[Details]
Recently, there was news that the US government asked Google to shut down the Android operating system for ZTE phones. After that, some people even imagined what the consequences would be if Intern...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock ...[Details]
STM32 Watchdog Summary I have been adjusting the development board of Atom Brother for more than a year, and it is basically usable, but I still don't understand the working mechanism of some basi...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]
Unfortunately, my serial port has some problems and I can't print information. I can only debug to view variables and see the values. Fortunately, there is not much AD conversion code, and I can use ...[Details]
1. SCL is always controlled by the Master. SDA is controlled by the Slave when reading data and by the Master when writing data according to the direction of data transmission. After the 8-bit data i...[Details]