Dear Team,
Warm Greetings.
We are using SPC5675KFF0VMS2-Micro Controller for our application. We face the reset issue in the controller. Every power ON, we read the status of the Functional (RGM_FES)as well as Destructive event status register(RGM_DES). (Refer 46.3.1.1 in MPC5675KRM reference manual for register details)
It was updated as,
Functional event status register : 0x9000
Destructive event status register: 0x8000
Even though we are resetting the controller externally after power on , the RGM_DES status remains 0x8000.
We followed following sequence,
1) Read the RGM_FES & RGM_DES register after power ON
2) Clearing the status register and read back the same.(RGM_FES: 0x0; RGM_DES: 0x0)
3) After the external reset ( toggling the reset pin externally) released , the RGM_DES register should be 0x0(since POR is not happened). But it was updated as 0x8000.
Please provide suggestion to proceed further.