??? 09/02/07 15:48 Read: times |
#143892 - That isn't much of a help in debugging Responding to: ???'s previous message |
Unless the "self-rewritable FLASH is writeable with a single instruction requiring no device-specific setup, it's not going to be of much use.
Setting a breakpoint from a resident monitor program generally requires RAM-like behavior in code space, because you have to put a redirection (LCALL, ACALL, etc.) in place of the opcode at which you want the breakpoint. If you can't do that on-the-fly, as you might in a trace, then it's of no use having rewritable FLASH. RE |