Problem ISP on 2368 mcb2300 board

Started by mini00, March 01, 2007, 10:41:57 PM

Previous topic - Next topic

mini00

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

Andy Ayre

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.
Embedded Systems Academy, Inc.
support at esacademy dot com

Andy Ayre

Fixed in version 3.50, now available.
Embedded Systems Academy, Inc.
support at esacademy dot com

mini00

Like a name of the program MAGIC !
Thank you !
Hi