I am aware of all this. My question is whether it is possible to abort the write operation, to immediately re-enable read access.
More precisely, the HCS08 manual says that a command is aborted if the MCU enters stop mode. So I could arrange for an RTC interrupt a few microseconds after a STOP instruction, handle the interrupt, and then retry the (erase) command. That sounds like a pain, and I'd like confirmation that it won't damage the device, and that there is no easier way.
Also, I'll be switching to that ColdFire v1 soon, and that manual mentions aborting the command write sequence, but not the write command itself. The list of conditions does not include anything about a stop mode. So, I need to know whether even that convoluted approach ceases to apply to that family.
Or, perhaps I will accept the increased latency. It actually isn't the end of the world.