Reply by jayasooriah 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



An Engineer's Guide to the LPC2100 Series

Reply by arm_beta_tester December 12, 20052005-12-12
Is there a possibility to erase the whole flash memory in LPC2xxx chip
using the IAR J-LINK programmer/debugger with IAR EWARM?