Hi Frank,

You can use:
   monitor erase all
   monitor erase info
   monitor erase main
   monitor erase <start address> <length>

I just noticed the help information omits the last option. I will have to fix that. Because erasing works in pages of 512 bytes (main memory) or 128 bytes (info memory) the actual area erased may not match what you specify. If the range you specify touches a page, that whole page will be erased.

Regards,
Steve

Frank Szczerba wrote:

The Quadrovox tools allow me to specify a region of flash that won't
be erased when I do a download. msp430-gdbproxy only lets me do
"main", "info", or "all". Is there a way to specify a range of flash
(say 0x1000-0xcfff) to be erased? Alternately (although not quite as
desireable) do one of the other tools provide this functionality?

Thanks,
Frank


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users



Reply via email to