Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: NaserKshirsagar on December 14, 2014, 08:04:08 PM

Title: Update Bootloader for LPC2148
Post by: NaserKshirsagar on December 14, 2014, 08:04:08 PM
Hello Sir/Madam,
I am trying to update secondary bootloader for LPC2148. I have got a compiled hex file for the same. But in flashmagic, in ISP option, if I select LPC2148 as micro controller it disables "Update Bootloader" Menu.
Is there any other way to do it?
Title: Re: Update Bootloader for LPC2148
Post by: Andy Ayre on December 15, 2014, 01:22:00 AM
The "update bootloader" is for the 89V51Rx2 family. You simply need to program your hex file to the start of flash memory. On reset it will execute.

Andy
Title: Re: Update Bootloader for LPC2148
Post by: NaserKshirsagar on December 15, 2014, 04:05:30 AM
Thank You Andy Sir.....