LPC55xx Power consumption when in RESET

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

LPC55xx Power consumption when in RESET

跳至解决方案
1,626 次查看
MartinHo
Contributor IV

Hi,

I'm implementing a Battery backup for the RTC of the LPC55xx MCU. Looking at Table 17 of the Datasheet (LPC55S3X-LPC552X Rev. 1.8) I see that in deep power-down with the RTC enabled the typical current is 790nA.

But I'm planning to use an external RESET controller, who will hold the MCU in RESET when the Supply voltage falls below about 2.5V (I'm using a 3.3V supply).

My questions:

1) If the MCU is in active mode and I apply  RESETN=LOW what will the typical current be ?

2) In the same condition, will the RTC remain enabled ?

best regards

Martin

标签 (1)
0 项奖励
1 解答
1,540 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hi Martin,

 

Please check my answers below:

 

  1. I am sorry but this was not tested so we do not have the current consumption for this specific scenario.

 

  1. RTC will not be active, please check below table from User Manual. “Rst” indicates that the sub domain is reset by the associated reset source, and “Act” indicates that it remains active and does not change state in response to that reset source.

pastedImage_1.png

Hope it helps!

 

Best regards,

Felipe

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,541 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hi Martin,

 

Please check my answers below:

 

  1. I am sorry but this was not tested so we do not have the current consumption for this specific scenario.

 

  1. RTC will not be active, please check below table from User Manual. “Rst” indicates that the sub domain is reset by the associated reset source, and “Act” indicates that it remains active and does not change state in response to that reset source.

pastedImage_1.png

Hope it helps!

 

Best regards,

Felipe

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

1,540 次查看
MartinHo
Contributor IV

Hi Felipe,

Thanks for the answer. Unfortunately this means that the RTC of the LPC55xx Family is practically useless if You have to wake the MCU with the RESETn Input. This together with the uncertainty of power consul in RESETn state, is a NOGO for the internal RTC in my design.

I will go for an external RTC ( adding some unexpected costs and components ).

I Understand that RTC's inside MCU's are a problem, but on a chip like the LCP55xx with so excellent power-saving possibilities, the low attention to the usability cases for the RTC is really a shame.

best regards

Martin