Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - njwork

#1
I use command line
fm.EXE DEVICE(P89LPC903,7.373)  ERASE(DEVICE,PROTECTISP) COM(1,19200)
screen display device selected  ,then halt

but i Use fm.EXE DEVICE(P89LPC903,7.373)  ERASE(1,PROTECTISP) COM(1,19200)  ,result Success;
fm.EXE DEVICE(P89LPC903,7.373)  ERASEUSED(c:\temp.hex,PROTECTISP) COM(1,19200)  ;result Success also.
#2
LPC2xxx / Erase(0x100,protectisp) LPC2132 BLOCK 8 Error!
September 14, 2006, 11:19:34 PM
Erase lpc2132 block 8  Used Erase(0x80,protectisp)  ,result Ok!
 but Erase lpc2132 block 9  Used Erase(0x100,protectisp)  ,result error!
  Soft Display:
ERROR: Invalid parameters for ERASE directive: erase(0x100,protectisp)

so I only use ERASEUSED(c:\tst.hex,PROTECTISP)  erase ;
#3
LPC2xxx / LPC2132 Hex File Program Error
September 14, 2006, 08:24:15 PM
In MY Lpc2132 Hex file  first line is
:020000040000FA
:1030000018F09FE518F09FE518F09FE518F09FE590
....
program from 0x3000 start ,but Used flash magic program at 0x0000-0x0001 Address Write 00 00 code .
    my hex file first line is
         :020000040000FA

   not is
        :020000000000FE

please help me !