Dear Sir,
I read about machine exceptions in the S12ZCPU_RM_V1 documentation, and it state:
Machine exceptions are meant to signal severe system problems. Software is expected to re-initialize the system when a machine exception occurs. Unlike interrupts or software exceptions, a machine exception causes the CPU to not perform any stack operations, so it is not possible to return to application code by simply using an RTI (or an RTS)instruction
Does this mean that once a machine exception occurs, the system must be restarted? If so, how can the system recover from the ECC error triggered by EEPROM?
Thanks!