52252 powerfail detection

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

52252 powerfail detection

946 次查看
LPs1978
Contributor III

Hi all,

   I'm designing a new low cost application and I need to save some data in a falsh sector when power fails.

I have questions:

  • it's ok to use the LVD interrupt to start the flash save procedure? What is the VDD minimum that cause the interrupt (threshold)?
  • This interrut can leave me time enough to write a flash sector?


The not so low cost solution is to have an external circuit connected to an IRQ pin that allow me to define the threshold.

 

Are these available solutions or someone had some different ideas?

 

Thaks in advvance.

Message Edited by LPs1978 on 2009-03-24 10:48 AM
Message Edited by LPs1978 on 2009-03-24 10:48 AM
标签 (1)
0 项奖励
2 回复数

254 次查看
mjbcswitzerland
Specialist V

Hi

 

This topic is being discussed here:

http://www.utasker.com/forum/index.php?topic=549.0

 

Maybe that will help you.

 

Regards

 

Mark

 

www.uTasker.com

 

 

Message Edited by mjbcswitzerland on 2009-03-24 02:21 PM
0 项奖励

254 次查看
RichTestardi
Senior Contributor II

I also would be concerned with the supply voltage being so far out of spec when the lvd interrupt occurs to try and get any meaningful work done (even if the supply came back!), much less manipulate flash...

 

What we have done in the past is set up a resistor divider on the *pre* regulated supply voltage (dividing it to within spec of the a/d converter), and then we can watch as it drops below the regulators drop-out voltage, and thereby get our meaningful work done before the supply voltage is out of spec.

 

-- Rich

 

0 项奖励