By default, an ECU reset reloads the working page from Flash reference — all unsaved working-page changes are lost. Some ECUs implement an NvM shadow RAM option: the working page is additionally saved to NvM on power-down and reloaded on startup, preserving inter-session changes without needing explicit COPY_CAL_PAGE to Flash.
| Init Mode | Working Page on Reset | Flash Endurance Impact | A2L Declaration |
|---|
| Standard (Flash reference) | Reinitialised from Flash reference | None — no Flash write on reset | (default) |
| NvM shadow RAM | Loaded from NvM copy of working page | NvM write on every reset | SEGMENT capability attribute: INIT_DIRECTION = SLAVE_ONLY |
| No reinit (static RAM) | Retained if power not lost | None | Rare — used on battery-backed SRAM |