Flash Magic Forum

In-System Programming Support => LPC9xx/LPC9xxx => Topic started by: r2d2droids on February 02, 2009, 07:20:18 AM

Title: Code Read Protection LPC932A1
Post by: r2d2droids on February 02, 2009, 07:20:18 AM
hi all,

as i know that reading the contents of the device memory is not supported on the LPC9xx devices when using ISP mode and if you wanna keep the device memory in save using IAP mode, you must set the MOVCDISx bit. is it true? in other words, must i do an other thing in order to make code read protection?

please help!
Title: Re: Code Read Protection LPC932A1
Post by: Je Gold on February 04, 2009, 01:06:55 AM
My understanding is after programming a part via ICP or ISP or Parallel Programming or using a Universal device programmer - there is no method to read out the programmed flash code... except you can verify  checksum against what's programmed in the LPC932A1.

When executing code - you can write a program to  spit out the bytes via the serial port after configuring the the LPC932A1, to allow DPTR to access the code area.
==>  BUT  ==> The program would have to have been written and programmed in to the LPC932A1 already.

Joe