hi,
i use S32DS for Power v2.1 create a MPC5748G core0 project,and change the linker file,because i need a custom SRAM area,so i add a new section.
but ,if write or read data in this SRAM area ,the core0 will stop.
then i compare the linker file :
this is unmodified:

modify:

And the startup_MPC5748G.S will Initialise SRAM ECC

so, after change,this SRAM area is not initialized causing a read/write crash.
but,i hope that the data in custom SRAM will not be cleared,when the core0 is soft reset.
here is how i soft reset core0:
MC_ME->MCTL= 0x00005AF0;
MC_ME->MCTL = 0x0000A50F;
so my question is:
If the custom SRAM(my new section) have no Initialise,the core0 will err when read/write ;
but i need keep the data when core0 soft reset.
oceansea
best wish.