1
00:00:00,633 --> 00:00:05,700
Hello everyone, today we are going to learn a typical dual PWM controller workflow
2
00:00:07,300 --> 00:00:11,033
First, let's take this common standby chip as an example
3
00:00:15,600 --> 00:00:19,566
For a chip to work, the first step needs to meet the power supply,
4
00:00:20,800 --> 00:00:23,966
so the first step in the workflow is the power supply
5
00:00:25,100 --> 00:00:29,200
Here, pins 15 and 16 are the power input pins
6
00:00:34,166 --> 00:00:37,066
The second step, it needs to be enabled
7
00:00:37,833 --> 00:00:44,700
With EN1, the opening of channel 1 will turn on the first PWM output
8
00:00:46,200 --> 00:00:50,700
The V0 pin is used to detect whether the output voltage is normal,
9
00:00:59,500 --> 00:01:04,066
and the FB pin is used to feedback and adjust the output voltage
10
00:01:06,333 --> 00:01:11,300
When the output voltage is normal, the PG signal will be generated
11
00:01:14,966 --> 00:01:18,200
When it gets the opening signal of the second channel,
12
00:01:19,833 --> 00:01:26,033
it will control the second channel PWM circuit to work, and generate PWM output
13
00:01:29,166 --> 00:01:31,333
After the second PWM output,
14
00:01:32,933 --> 00:01:39,266
the V0 pin is used to detect whether the output voltage is overvoltage or undervoltage
15
00:01:40,200 --> 00:01:44,800
At the same time, it needs to adjust its voltage through the FB pin
16
00:01:45,533 --> 00:01:52,833
When its output voltage is stable, the chip will delay to open and leak out the second PG signal
17
00:01:53,466 --> 00:01:56,066
PG here means a good power signal
18
00:02:01,433 --> 00:02:04,633
This is the workflow of the dual PWM controller
19
00:02:06,366 --> 00:02:12,533
The so-called dual PWM controller means that the chip can control two PWM outputs
20
00:02:14,000 --> 00:02:17,833
Okay, so that's the typical dual PWM controller workflow