Hello Peter,
Thank you for your response.
The below discussion is the continuation of discussion item 1 (Discussed in the previous reply)
As you told I agree with your point that "FCCU abort state and reset state does not have much correlation".and we confirmed by deep debugging.
My initialization sequence is attached as JPEG with this thread.Please have a look.

While on debugging i find the following:
1. During POWER ON RESET & GO, the above flow works good and FCCU IS FUNCTIONING NORMALLY.
2. Down the line, When I give a SOFTWARE RESET via DEBUGGER, " System RAMs uncorrectable ECC error" is been generated
and i confirmed inside the MEMU ERROR Registers also.
ANY idea /guidence WHY THE "System RAMs uncorrectable ECC error" is getting generated ...?
3. If i continue " GO( Execute the code in debugger )" after the above scenario, i find that the Control/Execution enters the code as usual via the entry point as depicted in above figure, but gets stuck inside the LOOP 1 and I observe the following
*. FCCU STATE is in " FAULT STATE". ( The reason could be the generation of the RAM ERRORS & could not be erased by the status clear operation)
* The Execution keep continuing inside the LOOP 1 shown in above figure ( The reason could be the FCCU STATE is in " FAULT STATE")
* The FCCU. CTRL .OPS = ABORT. (Not able to find out WHY THE operation result(OPS) turned to ABORT..?
Could you please help us to get the ANSWERS for the above..?
Note: From reference Manual page no 2792
The ABORT response occurs in the following cases:
- wrong access (missing or wrong key) to the FCCU_NCF_S register (clear operation OP12)
- wrong access (missing or wrong key) to the FCCU_CTRL register (OP1, OP2 operation)
- OP1 (CONFIG command) execution when FCCU state /= NORMAL or configuration locked
And I cross checked we did not do any of the above malfunctions in loop 1.