1
00:00:00,500 --> 00:00:05,133
Hello everyone, today we are going to introduce PWM output voltage adjustment
2
00:00:06,233 --> 00:00:10,700
First, let's look at the FB pin of a PWM chip
3
00:00:12,800 --> 00:00:15,733
This pin is called the feedback regulating pin
4
00:00:16,133 --> 00:00:22,466
It is connected to the back end of the inductor by connecting the resistor and the series partial voltage,
5
00:00:23,866 --> 00:00:28,400
which is used to detect whether the output voltage of the inductor is normal
6
00:00:30,200 --> 00:00:34,900
The voltage at the back of the inductor, divided in series through a resistor,
7
00:00:36,600 --> 00:00:40,500
is sampled and compared to a reference voltage inside the chip
8
00:00:42,700 --> 00:00:49,100
The reference voltage inside the chip is defined by each chip manufacturer and varies from chip to chip
9
00:00:54,100 --> 00:01:01,100
If the sampled voltage is less than the internal reference voltage, it will increase the PWM output
10
00:01:04,633 --> 00:01:08,600
If the sampled voltage exceeds the internal reference voltage,
11
00:01:09,066 --> 00:01:12,466
the chip considers that the output is overvoltage
12
00:01:13,100 --> 00:01:19,700
The chip then controls the conduction of the upper and lower tubes, reducing the output voltage
13
00:01:20,933 --> 00:01:23,566
This is called feedback regulation
14
00:01:24,466 --> 00:01:29,000
FB pins of some chips can be grounded or connected to power supply,
15
00:01:29,966 --> 00:01:34,233
which is used to set the fixed voltage of PWM output
16
00:01:35,166 --> 00:01:40,900
For details, you need to consult the pin definition in the chip data manual
17
00:01:42,233 --> 00:01:44,566
We have a formula here: Vout=VFB*(1+R1/R2)
18
00:01:46,000 --> 00:01:52,300
At the same time, we can also adjust the output voltage by changing the resistance value
19
00:01:56,433 --> 00:02:00,166
Ok, so this is the introduction of the feedback regulation