Flash Magic Forum

In-System Programming Support => LPC9xx/LPC9xxx => Topic started by: Philip Garman on April 26, 2005, 08:50:03 AM

Title: Default programming of BOOTSTAT on P89LPC932A1
Post by: Philip Garman on April 26, 2005, 08:50:03 AM
If BOOTSTAT (Default: 0x01) is not specified in the HEX file, does Flashmagic turn this bit off automatically so that user code will execute?

Thanks
P
Title: Re: Default programming of BOOTSTAT on P89LPC932A1
Post by: Andy Ayre on April 26, 2005, 08:53:02 AM
Are you referring to the special record at FFF0H for the LPC9xx family? If so that bit is ignored, along with the boot vector.

Flash Magic always clears the status bit/byte after programming a hex file to ensure that on the next reset the code will run.

Title: Re: Default programming of BOOTSTAT on P89LPC932A1
Post by: Philip Garman on April 26, 2005, 08:57:55 AM
Ok, you answered my question.  Thanks!