LPC51U68 stuck in low power mode

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

LPC51U68 stuck in low power mode

跳至解决方案
757 次查看
omer_tchernicho
Contributor I

hello,

im using an LPCxpresso 51U68 and i accidently stuck it in an endless low power mode (deep sleep) loop.

because it is stuck in low power mode -  i cant re-programm it or gain control over it with my debbuger.

my question is - is there a way to release it from low power mode from the outside? something like an external erase of the cheap memory?

if not, what can i do (if any) to release it from this state?

p.s.

reset won't work as it goes back to low power mode just after reset.

thank you

omer

标签 (1)
标记 (2)
0 项奖励
1 解答
648 次查看
brendonslade
NXP TechSupport
NXP TechSupport

Did you try holding down the ISP0 button and pressing/releasing reset? That should get you into the ISP ROM routines and all the debugger to connect. Once you've done that, use the mass erase feature in the MCUXpresso IDE (or use flash magic or Segger utilities to do it if you are using another toolchain).

You should need to do this, but if reset doesnt work try holding down ISP0 while disconnecting/reconnecting power.

在原帖中查看解决方案

0 项奖励
2 回复数
649 次查看
brendonslade
NXP TechSupport
NXP TechSupport

Did you try holding down the ISP0 button and pressing/releasing reset? That should get you into the ISP ROM routines and all the debugger to connect. Once you've done that, use the mass erase feature in the MCUXpresso IDE (or use flash magic or Segger utilities to do it if you are using another toolchain).

You should need to do this, but if reset doesnt work try holding down ISP0 while disconnecting/reconnecting power.

0 项奖励
648 次查看
omer_tchernicho
Contributor I

it worked, thanks!

0 项奖励