Hello all, Does anyone know how to tell the monitor to erase part of the flash as opposed to all of it? I would like to leave my persistent data untouched between code updates.
I have tried "monitor erase main" and "monitor erase info" and wasn't surprised when they didn't help. I noticed that when I issued the command in gdb "monitor erase 0x1100" it seems to try to erase data at that address but implies that I have to give it a size in bytes, but I couldn't figure out how to give it to it. Does anyone know the syntax for this? Thanks in advance, Lou