1
00:00:00,733 --> 00:00:06,333
Hello everyone, in this lesson, let's take a look at some noun explanations for the trigger part of the hard start
2
00:00:07,066 --> 00:00:11,100
The trigger part refers to the state before the power supply is generated
3
00:00:11,100 --> 00:00:14,400
after the computer is in the standby state and the switch is pressed.
4
00:00:15,766 --> 00:00:18,333
First up is PWRBTN#
5
00:00:19,066 --> 00:00:22,700
It is a wake-up signal sent by IO to the bridge
6
00:00:23,000 --> 00:00:25,300
It's a high low high jump
7
00:00:26,066 --> 00:00:30,600
The function of this signal is to notify the bridge to start working.
8
00:00:30,933 --> 00:00:34,333
When the bridge gets the PWRBTN# signal,
9
00:00:34,366 --> 00:00:39,733
it will start working and send out the following status indication signals
10
00:00:40,466 --> 00:00:44,900
The first is SLP_S5#, high level, generally 3.3 volts
11
00:00:44,900 --> 00:00:50,633
Indicates exiting the shutdown state
12
00:00:53,400 --> 00:01:01,200
SLP_S4# is the same as SLP_S5#, it is also a high level of 3.3 volts, which means exiting the sleep state
13
00:01:02,266 --> 00:01:08,533
SLP_S3 is also 3.3 volts, which means exiting the sleep state
14
00:01:10,533 --> 00:01:13,500
Next is SLP_A# and SLP_LAN#
15
00:01:13,666 --> 00:01:18,300
These two signals are generally not used, we just need to understand
16
00:01:18,533 --> 00:01:23,933
SLP_A# is used to turn on ME power supply in some 89 series motherboards
17
00:01:24,666 --> 00:01:29,566
In the 100 series and later series, most of them have not adopted
18
00:01:30,200 --> 00:01:37,433
SLP_LAN# is a network card control signal, which is generally not used
19
00:01:38,900 --> 00:01:44,066
Here we need to pay attention, although these signals are followed by #,
20
00:01:44,300 --> 00:01:47,900
but these signals are high level in normal times
21
00:01:49,100 --> 00:01:51,633
For example SLP_S4#
22
00:01:52,066 --> 00:01:55,800
SLP_S4 refers to the sleep state, # means low level
23
00:01:56,566 --> 00:02:01,400
The meaning of the signal is that the low level enters the dormant state
24
00:02:01,633 --> 00:02:05,533
When it is high, it means exiting the sleep state
25
00:02:05,800 --> 00:02:10,700
Therefore, these signals are all high in the normal power-on state.