Is there a possibility to erase the whole flash memory in LPC2xxx chip
using the IAR J-LINK programmer/debugger with IAR EWARM?
J-Link - flash erasing
Started by ●December 12, 2005
Reply by ●December 13, 20052005-12-13
--- In lpc2000@lpc2..., "arm_beta_tester" <h11@o...>
wrote:
>
> Is there a possibility to erase the whole flash memory in LPC2xxx chip
> using the IAR J-LINK programmer/debugger with IAR EWARM?
It is not difficult to erase the entire flash by downloading code
(that does not depend on code in boot sector) into RAM and running it
from there.
However, according to Philip, if bootloader corrupted this may prevent
the JTAG communications from working.
You most likely end up with with a dead part unless you have a
parallel programmer that supports your LPC part to reload the boot
sector from scratch.
Jaya
>
> Is there a possibility to erase the whole flash memory in LPC2xxx chip
> using the IAR J-LINK programmer/debugger with IAR EWARM?
It is not difficult to erase the entire flash by downloading code
(that does not depend on code in boot sector) into RAM and running it
from there.
However, according to Philip, if bootloader corrupted this may prevent
the JTAG communications from working.
You most likely end up with with a dead part unless you have a
parallel programmer that supports your LPC part to reload the boot
sector from scratch.
Jaya