When ECU in application, ECU writes some data in RAM ,the specified written RAM couldn't be cleared during the software,not power on reset, and then ECU can read the exact data out.
You can omit SRAM initialization for Functional reset sources. When a 'functional' reset event occurs, a partial reset sequence is applied to the chip starting from PHASE1[FUNC], keeping the system memory content preserved.
After reset, investigate content of MC_RGM_DES and MC_RGM_FES to know the reason of reset and based on that you can partially skip SRAM initialization.
You can omit SRAM initialization for Functional reset sources. When a 'functional' reset event occurs, a partial reset sequence is applied to the chip starting from PHASE1[FUNC], keeping the system memory content preserved.
After reset, investigate content of MC_RGM_DES and MC_RGM_FES to know the reason of reset and based on that you can partially skip SRAM initialization.