Initial accuracy does not include shift due to solder heat effect (see the Applications Information section).
Line and load regulation specifications include the effect of self-heating.
3
Long-term stability specification is noncumulative. The drift in subsequent 1000-hour periods is significantly lower than in the first 1000-hour period.
Rev. L | Page 4 of 28
Data Sheet
ELECTRICAL CHARACTERISTICS—REF191 @ −40°C ≤ +85°C
@ V
S
= 3.3 V, −40°C ≤ T
A
≤ +85°C, unless otherwise noted.
Table 3.
Parameter
TEMPERATURE COEFFICIENT
1, 2
E Grade
F Grade
G Grade
3
LINE REGULATION
4
E Grade
F and G Grades
LOAD REGULATION
4
E Grade
F and G Grades
DROPOUT VOLTAGE
Symbol
TCV
O
/°C
Condition
I
OUT
= 0 mA
Min
Typ
2
5
10
5
10
5
10
REF19x Series
Max
5
10
25
10
20
15
20
0.95
1.25
1.55
Unit
ppm/°C
ppm/°C
ppm/°C
ppm/V
ppm/V
ppm/mA
ppm/mA
V
V
V
V
μA
V
μA
μA
μA
ΔV
O
/ΔV
IN
3.0 V ≤ V
S
≤ 15 V, I
OUT
= 0 mA
ΔV
O
/ΔV
LOAD
V
S
= 5.0 V, 0 mA ≤ I
OUT
≤ 25 mA
V
S
− V
O
V
S
= 3.0 V, I
LOAD
= 2 mA
V
S
= 3.3 V, I
LOAD
= 10 mA
V
S
= 3.6 V, I
LOAD
= 25 mA
2.4
−8
0.8
−8
45
15
SLEEP PIN
Logic High Input Voltage
Logic High Input Current
Logic Low Input Voltage
Logic Low Input Current
SUPPLY CURRENT
Sleep Mode
1
2
V
H
I
H
V
L
I
L
No load
No load
For proper operation, a 1 μF capacitor is required between the output pin and the GND pin of the device.
TCV
O
is defined as the ratio of output change with temperature variation to the specified temperature range expressed in ppm/°C.
TCV
O
=
(V
MAX
−
V
MIN
)/V
O
(T
MAX
−
T
MIN
)
3
Guaranteed by characterization.
4
Line and load regulation specifications include the effect of self-heating.
A very strange Keil C51 serial port interrupt problem! For example, my program is as follows: uchar b[10]; #define a4 0x03 void fun1(void) interrupt 4 { fun2(2); } fun2(uchar a2) { while(a2--) { .... ...
[color=#333333][size=14px]Like ordinary instruments, after the electromagnetic flowmeter is installed and wired, before it is officially put into operation, you should check whether the following inst...
[b]1 Introduction[/b] Nowadays, with the reduction of the size of the whole machine and the high integration of components, the miniaturization and thinning of components are promoted. Since SAW (Surf...
[i=s] This post was last edited by 821081701 on 2015-9-1 21:17 [/i]The random number generator generates R1 and R2 as follows:S is called the seed (initial value), R is the new random number, a, b, c ...
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
Regarding the PHY construction of LWIP, the PHY chip used is LAN8720A, RMII mode. Regarding the hardware connection part, the Atomic board F407 is used, and the hardware connection is as follows: ...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
China Energy Storage Network:
At the Boao Forum, Zhu Min, the current dean of the National Institute of Finance at Tsinghua University, said: "When talking about blockchain, we must first sep...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[Details]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[Details]
With the large-scale development of the domestic household photovoltaic market and the improvement of component and inverter technology, the system cost has dropped significantly in the past year. The...[Details]
OSC_IN and OSC_OUT are external crystal pins by default. If you do not use an external crystal oscillator on the STM32, how to connect OSC_IN and OSC_OUT If you use the internal RC oscillator instead...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
Use P1.0 to output 1KHz and 500Hz audio signals to drive the speaker as an alarm signal. It is required that the 1KHz signal sound for 100ms and the 500Hz signal sound for 200ms, alternating between...[Details]