I haven't tried this either, but as long as we are speculating.
For one thing, out of reset everything will be "normal", so there should not be a problem burning flash.
Nor should you need to change the fpp files.
Presumably, you are going to write EEPROM, so that is not an issue.
You will have to write the registers yourself to remap things.
The abs file is generated based upon the prm, so the debugger should "know" where the code is and where variables are.
If you DID did to change the fpp file, you could in the .ini file add:
NV_PARAMETER_FILE=C:\mydir\my.fpp
After you cut paste and hack them.
As for other debuggers, the only other on I've used is NOICE, and all it knows is what the abs file tells it, just like HIWAVE, so I am not sure how it would do any better.
I am eager to hear about another debugger that may do better.
From the help file:
"However, if the relocation is performed by the application itself, the usage of the FPP relocation is useless, as the programming is performed with the default location of the RAM. "
Message Edited by JimDon on
2007-09-04 12:24 PM