Internal LDO usage of FRDM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Internal LDO usage of FRDM

跳至解决方案
1,544 次查看
kai_liu
Senior Contributor I

I found most of the FRDM boards leave internal LDO of KL25Z/K20D50M as is. Is there any considerations to prevent the designers from using the internal LDO as main power supply for MCU itself ?

Usually I simply copy the power supply design for my own board. But using internal LDO may reduce PCB area in some designs.

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
1,336 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Kai:

Your understanding is correct. You can use the internal regulator as long as you respect the 120 mA current limit.

Just do not forget to include an external capacitor in Vout33. Datasheet suggests a 2.2 uF cap.

Hope this helps!

Jorge Gonzalez

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,336 次查看
kai_liu
Senior Contributor I

Well, after reading reference manaual of K20. I found the LDO is enabled after reset by default value in SIM_OPT1.

In general, the firmware will leave it as is, aka as enabled. UNLESS the firmware close it on purpose for low-power consumption or by fault, like copy a value instead of logcial OR/AND operations. So if we consider the internal LDO is stable enough under 120mA, which is enough for most of applications. The final decision is firmware.

If the firmware is fully under our control, we can use internal LDO. If there is some firmware out of our control, use the external LDO as back up.

I hope any FSL employee can confirm that conclusion.

1,337 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Kai:

Your understanding is correct. You can use the internal regulator as long as you respect the 120 mA current limit.

Just do not forget to include an external capacitor in Vout33. Datasheet suggests a 2.2 uF cap.

Hope this helps!

Jorge Gonzalez

0 项奖励
回复
1,336 次查看
kai_liu
Senior Contributor I

Thanks Jorge

0 项奖励
回复