In order to handle ECC with FLS and FEE, the error notification should be configured to call Fee_JobErrorNotification.
This could be configured at the configuration phase. When returning from the Excaption handler, the instruction which caused the error will be skipped then the job error notification will be called by Fls driver. And of course, the IVOR1 handler should be implemented correctly to recover from the exception such as clear exception flag, call Fls exception handler, save the next instruction address to the instruction save and restore register then return from the exception to next instruction to skip the instruction which caused ECC error.
Lukas