Low voltage shutdown with regulator using microcontrollerTL431 Low battery cut-offLDO with low-voltage cutoff?Is it safe to apply higher voltage to the output of a MIC2920A voltage regulator?Setting a part's VCC slightly lower than board's supply voltageSoft latch switch seems incompatible with boost voltage regulatorCan a linear regulator in shutdown mode have the output in parallel with a switching regulatorPower circuit design logic — suggestionWhat is a good voltage regulator or voltage regulating circuit for my micro-USB battery charging needs?Best way to turn off switching regulator and conserve powerSimpler way to enable/disable voltage regulator using DC jack shunt as a switch?Capacitors with an LDO voltage regulator - how necessary is it?Voltage regulator outputs some voltage even if in shutdown

Do copyright notices need to be placed at the beginning of a file?

Who knighted this character?

Dad jokes are fun

...And they were stumped for a long time

How can I properly write this equation in Latex?

Removing the last element of a list

The Most Powerful Number

Why was this character made Grand Maester?

Why does the hash of infinity have the digits of π?

Storing voxels for a voxel Engine in C++

Are runways booked by airlines to land their planes?

Can a UK national work as a paid shop assistant in the USA?

How does the Earth's center produce heat?

How to deceive the MC

Navigating a quick return to previous employer

Finding all files with a given extension whose base name is the name of the parent directory

Why is the Eisenstein ideal paper so great?

How did NASA Langley end up with the first 737?

How to melt snow without fire or using body heat?

Using too much dialogue?

Cardio work for Muay Thai fighters

On San Andreas Speedruns, why do players blow up the Picador in the mission Ryder?

What is the difference between LORD and GOD?

How to respond to an e-mail asking me to suggest a doctoral research topic?



Low voltage shutdown with regulator using microcontroller


TL431 Low battery cut-offLDO with low-voltage cutoff?Is it safe to apply higher voltage to the output of a MIC2920A voltage regulator?Setting a part's VCC slightly lower than board's supply voltageSoft latch switch seems incompatible with boost voltage regulatorCan a linear regulator in shutdown mode have the output in parallel with a switching regulatorPower circuit design logic — suggestionWhat is a good voltage regulator or voltage regulating circuit for my micro-USB battery charging needs?Best way to turn off switching regulator and conserve powerSimpler way to enable/disable voltage regulator using DC jack shunt as a switch?Capacitors with an LDO voltage regulator - how necessary is it?Voltage regulator outputs some voltage even if in shutdown






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


I'm using a lithium polymer battery with an LDO regulator. I want the regulator to shut down when the battery voltage gets too low. I'd prefer to monitor the battery voltage using a microcontroller that's already in my circuit rather than adding a separate voltage supervisor or comparator to control the regulator's Enable pin.



The problem is that the microcontroller is powered by the regulator's output VDD, so before the regulator is enabled, the microcontroller is off and its GPIO pin can't control the Enable pin. The battery's on/off switch is an SPDT switch and not momentary. Is there a solution to this that would "cost less" than adding a voltage supervisor/comparator to control the regulator's enable pin? And not adding a momentary switch? I know this won't work:



enter image description here










share|improve this question









$endgroup$











  • $begingroup$
    First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
    $endgroup$
    – Andrew Macrae
    5 hours ago










  • $begingroup$
    Would be a LDO with undervoltage lockout be an option for you?
    $endgroup$
    – Christian B.
    4 hours ago






  • 1




    $begingroup$
    @Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
    $endgroup$
    – donut
    4 hours ago

















4












$begingroup$


I'm using a lithium polymer battery with an LDO regulator. I want the regulator to shut down when the battery voltage gets too low. I'd prefer to monitor the battery voltage using a microcontroller that's already in my circuit rather than adding a separate voltage supervisor or comparator to control the regulator's Enable pin.



The problem is that the microcontroller is powered by the regulator's output VDD, so before the regulator is enabled, the microcontroller is off and its GPIO pin can't control the Enable pin. The battery's on/off switch is an SPDT switch and not momentary. Is there a solution to this that would "cost less" than adding a voltage supervisor/comparator to control the regulator's enable pin? And not adding a momentary switch? I know this won't work:



enter image description here










share|improve this question









$endgroup$











  • $begingroup$
    First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
    $endgroup$
    – Andrew Macrae
    5 hours ago










  • $begingroup$
    Would be a LDO with undervoltage lockout be an option for you?
    $endgroup$
    – Christian B.
    4 hours ago






  • 1




    $begingroup$
    @Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
    $endgroup$
    – donut
    4 hours ago













4












4








4





$begingroup$


I'm using a lithium polymer battery with an LDO regulator. I want the regulator to shut down when the battery voltage gets too low. I'd prefer to monitor the battery voltage using a microcontroller that's already in my circuit rather than adding a separate voltage supervisor or comparator to control the regulator's Enable pin.



The problem is that the microcontroller is powered by the regulator's output VDD, so before the regulator is enabled, the microcontroller is off and its GPIO pin can't control the Enable pin. The battery's on/off switch is an SPDT switch and not momentary. Is there a solution to this that would "cost less" than adding a voltage supervisor/comparator to control the regulator's enable pin? And not adding a momentary switch? I know this won't work:



enter image description here










share|improve this question









$endgroup$




I'm using a lithium polymer battery with an LDO regulator. I want the regulator to shut down when the battery voltage gets too low. I'd prefer to monitor the battery voltage using a microcontroller that's already in my circuit rather than adding a separate voltage supervisor or comparator to control the regulator's Enable pin.



The problem is that the microcontroller is powered by the regulator's output VDD, so before the regulator is enabled, the microcontroller is off and its GPIO pin can't control the Enable pin. The battery's on/off switch is an SPDT switch and not momentary. Is there a solution to this that would "cost less" than adding a voltage supervisor/comparator to control the regulator's enable pin? And not adding a momentary switch? I know this won't work:



enter image description here







voltage-regulator






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









donutdonut

8319




8319











  • $begingroup$
    First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
    $endgroup$
    – Andrew Macrae
    5 hours ago










  • $begingroup$
    Would be a LDO with undervoltage lockout be an option for you?
    $endgroup$
    – Christian B.
    4 hours ago






  • 1




    $begingroup$
    @Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
    $endgroup$
    – donut
    4 hours ago
















  • $begingroup$
    First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
    $endgroup$
    – Andrew Macrae
    5 hours ago










  • $begingroup$
    Would be a LDO with undervoltage lockout be an option for you?
    $endgroup$
    – Christian B.
    4 hours ago






  • 1




    $begingroup$
    @Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
    $endgroup$
    – donut
    4 hours ago















$begingroup$
First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
$endgroup$
– Andrew Macrae
5 hours ago




$begingroup$
First, ADC_IN is unlikely to be capable of taking a voltage higher than your VDD, if you're lucky a protection diode will end up powering your VDD net, if you're unlucky it will ruin your microcontroller. I'd advise you to use a voltage divider to monitor 1/2 battery voltage or some fraction of the battery voltage that's less than VDD.
$endgroup$
– Andrew Macrae
5 hours ago












$begingroup$
Would be a LDO with undervoltage lockout be an option for you?
$endgroup$
– Christian B.
4 hours ago




$begingroup$
Would be a LDO with undervoltage lockout be an option for you?
$endgroup$
– Christian B.
4 hours ago




1




1




$begingroup$
@Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
$endgroup$
– donut
4 hours ago




$begingroup$
@Andrew yes good point...@Christian I don't see any LDO that has an undervoltage lockout at the voltage I want (about 3V)...it's surprising to me that there's no regulator that shuts down around 3V to prevent overdischarge of lithium ion/polymer batteries.
$endgroup$
– donut
4 hours ago










2 Answers
2






active

oldest

votes


















3












$begingroup$

A supervisory/comparator or circuit is required if you want to do LDO enable control. One other option are LDO's with undervoltage lockouts which essentially have a comparator built in. Like the one in this question.



LDO with low-voltage cutoff?



Your right, you can't use a microcontroler to do undervoltage control, because it needs voltage to run. You need an external circuit. Another option is to use a pmosfet to do the control, which doesn't require a comparator.






share|improve this answer









$endgroup$












  • $begingroup$
    Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
    $endgroup$
    – donut
    3 hours ago










  • $begingroup$
    Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
    $endgroup$
    – laptop2d
    2 hours ago


















2












$begingroup$

I like this problem and it's kinda common to see something like it where an enable has to be constructed from a set of input signals.



Obviously your microcontroller can establish a PWR_Run signal from it's GPIO output, but it can't do that all the time. You should decide under what other conditions you want your LDO to turn on and stay on, and then build an or gate out of diodes and resistors.



My first thought would be to sense the rising edge of the input to the LDO as it's connected to VIN using a capacitor and an RC filter to let it turn on for a moment as the switch is connected and setting up the GPIO pin. As VIN charges the LDO input it will also charge EN starting everything up. Then before the resistor pulls the value of EN down to below the turnon threshold the microcontroller can assert GPIO keeping it high until the switch is turned off.





schematic





simulate this circuit – Schematic created using CircuitLab






share|improve this answer











$endgroup$












  • $begingroup$
    Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
    $endgroup$
    – laptop2d
    4 hours ago











Your Answer






StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f439672%2flow-voltage-shutdown-with-regulator-using-microcontroller%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









3












$begingroup$

A supervisory/comparator or circuit is required if you want to do LDO enable control. One other option are LDO's with undervoltage lockouts which essentially have a comparator built in. Like the one in this question.



LDO with low-voltage cutoff?



Your right, you can't use a microcontroler to do undervoltage control, because it needs voltage to run. You need an external circuit. Another option is to use a pmosfet to do the control, which doesn't require a comparator.






share|improve this answer









$endgroup$












  • $begingroup$
    Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
    $endgroup$
    – donut
    3 hours ago










  • $begingroup$
    Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
    $endgroup$
    – laptop2d
    2 hours ago















3












$begingroup$

A supervisory/comparator or circuit is required if you want to do LDO enable control. One other option are LDO's with undervoltage lockouts which essentially have a comparator built in. Like the one in this question.



LDO with low-voltage cutoff?



Your right, you can't use a microcontroler to do undervoltage control, because it needs voltage to run. You need an external circuit. Another option is to use a pmosfet to do the control, which doesn't require a comparator.






share|improve this answer









$endgroup$












  • $begingroup$
    Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
    $endgroup$
    – donut
    3 hours ago










  • $begingroup$
    Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
    $endgroup$
    – laptop2d
    2 hours ago













3












3








3





$begingroup$

A supervisory/comparator or circuit is required if you want to do LDO enable control. One other option are LDO's with undervoltage lockouts which essentially have a comparator built in. Like the one in this question.



LDO with low-voltage cutoff?



Your right, you can't use a microcontroler to do undervoltage control, because it needs voltage to run. You need an external circuit. Another option is to use a pmosfet to do the control, which doesn't require a comparator.






share|improve this answer









$endgroup$



A supervisory/comparator or circuit is required if you want to do LDO enable control. One other option are LDO's with undervoltage lockouts which essentially have a comparator built in. Like the one in this question.



LDO with low-voltage cutoff?



Your right, you can't use a microcontroler to do undervoltage control, because it needs voltage to run. You need an external circuit. Another option is to use a pmosfet to do the control, which doesn't require a comparator.







share|improve this answer












share|improve this answer



share|improve this answer










answered 4 hours ago









laptop2dlaptop2d

30.5k123791




30.5k123791











  • $begingroup$
    Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
    $endgroup$
    – donut
    3 hours ago










  • $begingroup$
    Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
    $endgroup$
    – laptop2d
    2 hours ago
















  • $begingroup$
    Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
    $endgroup$
    – donut
    3 hours ago










  • $begingroup$
    Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
    $endgroup$
    – laptop2d
    2 hours ago















$begingroup$
Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
$endgroup$
– donut
3 hours ago




$begingroup$
Interestingly, I can't find an LDO that has an undervoltage lockout threshold at about 3V, which is a desired threshold to prevent overdischarge of a lithium ion/polymer battery.
$endgroup$
– donut
3 hours ago












$begingroup$
Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
$endgroup$
– laptop2d
2 hours ago




$begingroup$
Look for LDO's with a UVLO pin, this one hase a settable range: mouser.com/new/Analog-Devices/adi-adp7104-regulators
$endgroup$
– laptop2d
2 hours ago













2












$begingroup$

I like this problem and it's kinda common to see something like it where an enable has to be constructed from a set of input signals.



Obviously your microcontroller can establish a PWR_Run signal from it's GPIO output, but it can't do that all the time. You should decide under what other conditions you want your LDO to turn on and stay on, and then build an or gate out of diodes and resistors.



My first thought would be to sense the rising edge of the input to the LDO as it's connected to VIN using a capacitor and an RC filter to let it turn on for a moment as the switch is connected and setting up the GPIO pin. As VIN charges the LDO input it will also charge EN starting everything up. Then before the resistor pulls the value of EN down to below the turnon threshold the microcontroller can assert GPIO keeping it high until the switch is turned off.





schematic





simulate this circuit – Schematic created using CircuitLab






share|improve this answer











$endgroup$












  • $begingroup$
    Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
    $endgroup$
    – laptop2d
    4 hours ago















2












$begingroup$

I like this problem and it's kinda common to see something like it where an enable has to be constructed from a set of input signals.



Obviously your microcontroller can establish a PWR_Run signal from it's GPIO output, but it can't do that all the time. You should decide under what other conditions you want your LDO to turn on and stay on, and then build an or gate out of diodes and resistors.



My first thought would be to sense the rising edge of the input to the LDO as it's connected to VIN using a capacitor and an RC filter to let it turn on for a moment as the switch is connected and setting up the GPIO pin. As VIN charges the LDO input it will also charge EN starting everything up. Then before the resistor pulls the value of EN down to below the turnon threshold the microcontroller can assert GPIO keeping it high until the switch is turned off.





schematic





simulate this circuit – Schematic created using CircuitLab






share|improve this answer











$endgroup$












  • $begingroup$
    Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
    $endgroup$
    – laptop2d
    4 hours ago













2












2








2





$begingroup$

I like this problem and it's kinda common to see something like it where an enable has to be constructed from a set of input signals.



Obviously your microcontroller can establish a PWR_Run signal from it's GPIO output, but it can't do that all the time. You should decide under what other conditions you want your LDO to turn on and stay on, and then build an or gate out of diodes and resistors.



My first thought would be to sense the rising edge of the input to the LDO as it's connected to VIN using a capacitor and an RC filter to let it turn on for a moment as the switch is connected and setting up the GPIO pin. As VIN charges the LDO input it will also charge EN starting everything up. Then before the resistor pulls the value of EN down to below the turnon threshold the microcontroller can assert GPIO keeping it high until the switch is turned off.





schematic





simulate this circuit – Schematic created using CircuitLab






share|improve this answer











$endgroup$



I like this problem and it's kinda common to see something like it where an enable has to be constructed from a set of input signals.



Obviously your microcontroller can establish a PWR_Run signal from it's GPIO output, but it can't do that all the time. You should decide under what other conditions you want your LDO to turn on and stay on, and then build an or gate out of diodes and resistors.



My first thought would be to sense the rising edge of the input to the LDO as it's connected to VIN using a capacitor and an RC filter to let it turn on for a moment as the switch is connected and setting up the GPIO pin. As VIN charges the LDO input it will also charge EN starting everything up. Then before the resistor pulls the value of EN down to below the turnon threshold the microcontroller can assert GPIO keeping it high until the switch is turned off.





schematic





simulate this circuit – Schematic created using CircuitLab







share|improve this answer














share|improve this answer



share|improve this answer








edited 4 hours ago

























answered 4 hours ago









Andrew MacraeAndrew Macrae

802114




802114











  • $begingroup$
    Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
    $endgroup$
    – laptop2d
    4 hours ago
















  • $begingroup$
    Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
    $endgroup$
    – laptop2d
    4 hours ago















$begingroup$
Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
$endgroup$
– laptop2d
4 hours ago




$begingroup$
Depending on the microprocessor GPIO circuitry, the regulator may never turn on because P1 might be at high impedance at power off.
$endgroup$
– laptop2d
4 hours ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Electrical Engineering Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f439672%2flow-voltage-shutdown-with-regulator-using-microcontroller%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367