Fuel economy ECU in a truck is experiencing Flash (stored program flash) ECC Error. Link to microcontroller manual for this ECU is:
The problem was duplicated on a bench.
How to recover from Flash ECC Error? In Flash ECC interrupt handler, reset needs to be forced in order to recover from ECC Error?
Does the code in Flash ECC interrupt handler read and write Flash ECC registers to find out things like:
If ECC error occurs while truck is being maneuvered on a public road, will the maneuver remain operational or maneuver will be required to fail safely?
How to find root cause or source of Flash ECC Error?
The problem was duplicated on a bench.
How to recover from Flash ECC Error? In Flash ECC interrupt handler, reset needs to be forced in order to recover from ECC Error?
Does the code in Flash ECC interrupt handler read and write Flash ECC registers to find out things like:
- Address of the instruction that was executing at the moment Flash ECC error occurred.
- Address of Program memory location that has the ECC error.
- Force a reset to recover from this ECC error.
- What other code is in the Flash ECC Error handler?
If ECC error occurs while truck is being maneuvered on a public road, will the maneuver remain operational or maneuver will be required to fail safely?
How to find root cause or source of Flash ECC Error?