Internal LDO usage of FRDM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Internal LDO usage of FRDM

Jump to solution
911 Views
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.

Labels (1)
Tags (2)
0 Kudos
Reply
1 Solution
703 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
703 Views
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.

704 Views
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 Kudos
Reply
703 Views
kai_liu
Senior Contributor I

Thanks Jorge

0 Kudos
Reply