Flash operation error on LPC11U66JBD48

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

Flash operation error on LPC11U66JBD48

581 次查看
Mr_Damian
Contributor I

Hi everyone,

I'm using the above micro and I have a feeling that I have written to a memory that I should of not to and this is what I'm getting: 

Mr_Damian_1-1721030217923.png

 

I was wondering if someone had a similar issue and managed to resolve it. 

Best Damian 

 

 

0 项奖励
回复
1 回复

559 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Mr_Damian 

I suggest you go into ISP mode, then using Flash Magic erase all flash.

It is possible to download an image into the flash on the target that will then prevent any further debug access or connections. The classic cases of this are:

  • The image contains code that sets the MCU clocks up "incorrectly".
  • The image contains code that enables a watchdog timer.
  • The image contains code that puts the MCU into a very low power mode.
  • The image contains code that "switches off" some, or all of the multiplexed debug pins (JTAG/SWD).

About detail you can also refer to thread: https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Regaining-debug-access-to-target-MCU/m-p/473923  

 

BR

Alice

0 项奖励
回复