On Tue, Nov 25, 2003 at 11:22:46PM +0800, Steve Underwood wrote:

> You always have to erase the flash manually when using gdbproxy. The 
> following GDB commands will erase the relevant sections of flash:
> 
> monitor erase all
> monitor erase main
> monitor erase info

Oh, many thanks. Are there more monitor commands available? Is there a
little more documantation for this available? (I would like to have the
possibility to throttle the JTAG-port in speed, is this possible?).

btw. the link to the mspgcc documentation does not work:
at http://mspgcc.sourceforge.net/
http://mspgcc.sourceforge.net/manual/book1.html

It is at http://mspgcc.sourceforge.net/manual/index.html
and now I see, that I have to use the monitor erase all first ;-)

btw. reading the source from CVS I found out that "monitor help" tell me more
about available commands (I wish it would be easier to find this out ;-).
They are:
Remote command help:
help       This help text
erase      Erase target Flash (info, main, or all)
puc        Reset target over JTAG, using PUC
reset      Reset target over JTAG, using hardware reset
identify   Identify what target is connected to the JTAG port
jtag       Define/report how JTAG is to be handled when running ('release' or 
'hold')
vcc        Define/report the VCC of the MSP430
dump       [DEBUG] Read out target registers

        Matthias

Reply via email to