Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: mini00 on March 01, 2007, 10:41:57 PM

Title: Problem ISP on 2368 mcb2300 board
Post by: mini00 on March 01, 2007, 10:41:57 PM
Good morning , i work with Keil MCB2300 board and if i load the flash with Flash Magic all is ok but if i save a command line and i go with a .bat file who have inside "fm @carica.txt" have a message invalid parameter for hardware directive ( hwbootexec,50,100 ).  The file carica.txt is the file .txt make by a save command line on flash magic menu and is that :

COM(1, 57600)
DEVICE(LPC2368, 12.000000)
HARDWARE(HWBOOTEXEC, 50, 100)
ERASE(DEVICE, PROTECTISP)
HEXFILE(C:\Keil\arm\ARM\RV30\Boards\Keil\MCB2300\Blinky\Flash\Blinky.hex, NOCHECKSUMS, NOFILL, PROTECTISP)

Have any idea ?

HI
Title: Re: Problem ISP on 2368 mcb2300 board
Post by: Andy Ayre on March 02, 2007, 02:05:16 AM
Looks like there is a bug in the command line generation. Change HWBOOTEXEC to BOOTEXEC.

Directives can always be compared with the descriptions in the manual.
Title: Re: Problem ISP on 2368 mcb2300 board
Post by: Andy Ayre on March 02, 2007, 03:10:30 AM
Fixed in version 3.50, now available.
Title: Re: Problem ISP on 2368 mcb2300 board
Post by: mini00 on March 02, 2007, 05:51:59 AM
Like a name of the program MAGIC !
Thank you !
Hi