Skip to content

Commit ed135d3

Browse files
committed
regulator : delete the intro png file
1 parent 1871574 commit ed135d3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

debug/regulator/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22

33
## DCDC & LDO
44

5-
![dcdc & ld0](./dcdc_ldo1.png)
5+
电源类型概述
6+
7+
系统中各路电源总体分为两种:DCDC和LDO
8+
9+
两种电源的总体特性如下
10+
11+
DCDC:输入输出压差大时,效率高,但是有纹波问题,成本高,所以打压差,大电流时使用
12+
13+
LDC:输入输出压差大时,效率低,成本低
14+
15+
为提高LDO的转换效率,系统上会进行相关优化如:
16+
17+
LDO输入电压为1.1V,为了提高效率,其输入电压可以从VCCIO_3.3V的DCDC给出,所以电路上如果允许尽量将LDO接到DCDC输出回路,但是要注意上电时序
18+
19+
DCDC一般有两种工作模式:
20+
21+
- PWM 纹波瞬态相应好,效率低
22+
23+
- PFM 效率高,但是负载能力差
624

725
## ACT8846 PMU驱动
826

debug/regulator/dcdc_ldo1.png

-171 KB
Binary file not shown.

0 commit comments

Comments
 (0)