1
00:00:00,600 --> 00:00:03,500
Hello, everyone, let's talk about the enable signal
2
00:00:06,566 --> 00:00:10,333
The enable signal is often called EN, or enable
3
00:00:12,600 --> 00:00:15,900
It is also called ON, OFF, or disable
4
00:00:18,600 --> 00:00:21,700
It is also called SHUTDOWN in some schematics
5
00:00:22,233 --> 00:00:24,366
This EN is short for enable
6
00:00:27,233 --> 00:00:31,200
If there is no # sign, it means that the high level is valid
7
00:00:31,966 --> 00:00:34,566
When it is high level, it is on;
8
00:00:35,800 --> 00:00:38,266
when it is low level, it is off
9
00:00:39,766 --> 00:00:43,600
If it is marked with a #, it means that the low level is valid
10
00:00:45,333 --> 00:00:50,333
When it is low level, it is on; when it is high level, it is off
11
00:00:50,933 --> 00:00:56,266
For example, this SHDN#, SHDN means off
12
00:00:56,600 --> 00:01:03,133
With # is valid for low level, low level means OFF, high level means ON
13
00:01:04,600 --> 00:01:09,100
High and low levels need to be understood in combination with their signal names
14
00:01:09,933 --> 00:01:13,333
The following chip, VR6101
15
00:01:14,666 --> 00:01:16,866
Its 4th pin is an EN signal,
16
00:01:17,966 --> 00:01:21,533
the chip wants to work, first need to get power,
17
00:01:22,666 --> 00:01:25,366
and then get the enable signal of high level
18
00:01:25,633 --> 00:01:30,133
Because the EN does not have a # sign, the high level is valid
19
00:01:30,700 --> 00:01:33,333
When it gets an enable signal of high level,
20
00:01:33,800 --> 00:01:36,533
it outputs power from the OUT pin
21
00:01:38,666 --> 00:01:40,600
Without this EN signal,
22
00:01:42,033 --> 00:01:45,633
the chip will not work and the OUT pin will not output power
23
00:01:46,633 --> 00:01:50,033
That's what the enable signal does, it's like a switch
24
00:01:52,166 --> 00:01:54,100
Okay, that's the enable signal