• Learning center

130. Laptop boot process- memory power supply circuit
Today we will learn about the memory power supply circuit.
Detail
Comments

1

00:00:00,533 --> 00:00:03,933

Hello everyone, today we will learn about the memory power supply circuit

2

00:00:03,933 --> 00:00:06,200

during the startup process of the laptop

3

00:00:08,566 --> 00:00:14,200

First of all, memory power supply includes memory main power supply, memory VTT power supply,

4

00:00:14,200 --> 00:00:17,033

chip power supply, and VPP power supply

5

00:00:21,766 --> 00:00:32,100

Main power supply of memory: DDR3 memory is 1.5V, DDR3L is 1.35V, DDR4 memory is 1.2V

6

00:00:32,733 --> 00:00:37,233

The VTT power supply of the memory is half of the main power supply of the memory

7

00:00:37,500 --> 00:00:40,466

SPD chip power supply is 3.3V

8

00:00:41,033 --> 00:00:45,300

DDR4 memory also has VPP power supply 2.5V

9

00:00:46,100 --> 00:00:49,900

The main power supply of the memory is generated by the PWM circuit

10

00:00:50,300 --> 00:00:54,400

The VTT power supply of the memory is usually provided by a linear voltage

11

00:00:55,066 --> 00:00:57,466

Its generation process is basically like this

12

00:00:57,933 --> 00:01:03,300

After booting, the PCH sends out SLP_S4#, SLP_S3#

13

00:01:04,533 --> 00:01:10,800

Among them, SLP_S4# will control the PWM circuit to generate the main power supply of the memory

14

00:01:12,000 --> 00:01:16,600

Such as DDR4 memory, it will be controlled by SLP_S4#,

15

00:01:17,033 --> 00:01:20,100

first generate the VPP power supply of the memory,

16

00:01:21,400 --> 00:01:26,133

and then use the PG powered by VPP to turn on the main power supply of the memory

17

00:01:26,800 --> 00:01:31,200

The bus power supply of the memory is controlled by the SLP_S3# signal,

18

00:01:31,666 --> 00:01:35,033

which is provided by the LDO power supply method

19

00:01:41,333 --> 00:01:45,000

VDDSPD is the secondary voltage 3.3V,

20

00:01:46,533 --> 00:01:52,400

which belongs to the 3.3V voltage of the S0 state, which is the chip power supply

21

00:01:54,433 --> 00:02:00,166

Next, let's take a look at the pin definition and workflow of this typical memory power supply chip

22

00:02:06,200 --> 00:02:09,066

This memory power supply chip is divided in two parts,

23

00:02:11,400 --> 00:02:14,933

one part is LDO, the other part is PWM

24

00:02:18,700 --> 00:02:23,066

The PWM part, it needs to control the work of the upper and lower tubes,

25

00:02:23,433 --> 00:02:26,300

output the PWM voltage through the inductor,

26

00:02:26,766 --> 00:02:29,566

and the output end is the main power supply of the memory

27

00:02:30,800 --> 00:02:37,833

Output through LDO, this is the VTT power supply of the memory, also called bus power supply

28

00:02:40,400 --> 00:02:48,500

Before this chip can work, it must first meet several working conditions

29

00:02:49,166 --> 00:02:54,933

The first is the VDD power supply, which is usually provided by the 5V standby voltage

30

00:02:55,466 --> 00:02:58,033

The CS pin is a limit current setting pin,

31

00:03:00,233 --> 00:03:03,066

also called an over-current protection setting,

32

00:03:04,333 --> 00:03:08,933

and its over-current protection threshold is set through a resistor grounded

33

00:03:14,166 --> 00:03:16,566

PGOOD is the power good signal,

34

00:03:17,700 --> 00:03:19,666

TON is the frequency setting

35

00:03:19,800 --> 00:03:23,433

Here, the power supply is pulled up directly through the resistor

36

00:03:26,266 --> 00:03:34,866

Next, the S5 pin is PWM enable, also called VDDQEN, usually controlled by SLP_S4#

37

00:03:38,600 --> 00:03:40,366

BOOT is the boost pin

38

00:03:42,933 --> 00:03:45,366

UGATE is the upper tube drive

39

00:03:45,600 --> 00:03:48,033

PHASE is the phase pin

40

00:03:49,266 --> 00:03:53,800

LGATE is the lower tube drive, PGND is the ground

41

00:03:54,166 --> 00:03:59,000

VDDQ is equivalent to the VO pin, which is the output voltage detection

42

00:04:03,133 --> 00:04:06,000

It is connected to the back end of the inductor to detect

43

00:04:06,000 --> 00:04:10,133

whether there is overvoltage or undervoltage at the output terminal

44

00:04:10,700 --> 00:04:16,200

At the same time, it is necessary to divide the voltage to the FB pin through a resistor in series

45

00:04:16,466 --> 00:04:21,000

This is the feedback adjustment pin, also known as the output voltage setting pin

46

00:04:21,733 --> 00:04:24,500

VOUT Setting is output voltage setting

47

00:04:27,533 --> 00:04:31,033

Its calculation formula is: Vout= Vref*(1+R1/R2)

48

00:04:36,933 --> 00:04:43,800

R1 is 15.8K, R2 is 20K, the calculated voltage is 1.2V

49

00:04:48,200 --> 00:04:52,166

The internal reference voltage needs to be set through the VID pin

50

00:04:55,300 --> 00:05:01,100

When the VID pin is logic high, its reference voltage is 0.675V

51

00:05:03,633 --> 00:05:08,533

When the VID pin is logic low, its reference voltage is 0.75V

52

00:05:10,333 --> 00:05:16,200

At present, the VID pin is connected to a 5V power supply, so VID is a high level

53

00:05:19,133 --> 00:05:23,633

So the calculation is based on 0.675V to calculate

54

00:05:27,300 --> 00:05:29,966

The VID pin is the reference voltage setting

55

00:05:32,166 --> 00:05:34,533

Let's look at the LDO part below

56

00:05:34,966 --> 00:05:40,866

There is a VLDOIN here, which is the power supply input terminal of the LDO part

57

00:05:45,133 --> 00:05:46,966

VTTGND is the grounding

58

00:05:48,700 --> 00:05:54,133

S3 is a VTT power supply open signal, which is also the open signal of LDO

59

00:05:55,200 --> 00:05:57,233

With the power supply and open signal,

60

00:05:57,400 --> 00:06:00,166

it will output a power supply from the VTT pin

61

00:06:02,133 --> 00:06:05,133

Output voltage equal to half of the main power supply

62

00:06:11,266 --> 00:06:15,033

The output voltage needs to pass through this voltage detection pin

63

00:06:15,033 --> 00:06:17,766

to be detected whether the detected voltage is normal

64

00:06:22,866 --> 00:06:25,433

The following GND is also grounded

65

00:06:25,866 --> 00:06:30,966

VTTREF is the reference voltage output, generally not used externally

66

00:06:31,333 --> 00:06:35,133

PWM power supply is normal, it will have PG signal

67

00:06:35,733 --> 00:06:42,433

As long as there is no problem with the feedback and voltage detection pin, the PG signal will be generated

68

00:06:43,766 --> 00:06:49,633

The PG signal is an open-drain output and needs to be pulled up to a high level by an external source

69

00:06:50,100 --> 00:06:53,100

Its generation has nothing to do with the LDO

70

00:06:53,833 --> 00:06:58,400

As long as the PWM output is normal, the PG signal will be generated

71

00:06:59,866 --> 00:07:03,300

Ok, this is an introduction to the memory power supply circuit

No comments yet
Come and write your comments
Links: