LPC11A14 Power Down

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC11A14 Power Down

664件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by shashankiim on Tue May 07 20:19:26 MST 2013
Hi Guys

As per the UM on the analog version (11A14) there are only 2 modes SLEEP mode and POWER DOWN mode. I am trying to get POWER DOWN mode work. According to UM (pic).

I am trying to make on a system that stays in PD mode and wakes up by an ext interrupt, does some activity and goes back to PD mode.

I set the SYS_PLL_PD  bit high before __WFI() to make it enter PD mode (ie stop PLL).
When an interrupt is received, I turn it low in the ISR, then wait for PPL to stabilise by poling SYSPLLSTAT (to turn on PLL).

However this does not seem to work and once PLL is turned off it does not turn on again.

It would be really nice if someone could help out here on how to properly use PD mode of LPC11A14.

Rgds
Shashank
0 件の賞賛
返信
1 返信

653件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tha on Wed May 08 11:51:25 MST 2013
The LPC11A14 only support sleep mode.  The "power down mode" you are referring to is just to power off the PLL if it's not in used, i.e. if the system is clocking straight from the IRC.
0 件の賞賛
返信