Hi,
I want to use a temperature sensor to monitor the temperature of my system and if it goes above a certain threshold to turn the system off. I found a few digital sensors that have this functionality by using an ALARM interrupt. Using this interupt I should have no problem implementing the shutdown. My issue is on the auto restart. I want system to restart when it is cool enough but in order to check the temperature my MCU has to be on. I am worried that my MCU will restart when be damaged if the system is still too hot. Is there a way I can check the temp before the restart?
The part I have been looking at is the TMP431.
Thanks for the help,
Geovid Kali