Example for use of gcc_initdata / non initialized memory after SW restart

Hi,

Our Problem: We are using the ConnectCore Wi-ME 9215 with NetOS 7.5 within the ‘standard’ eclipse environment.
I have the requirement to have a memory section not initialized after a SW restart (which is at least supported in NCC_Init.c). It seems that there is somehow support introduced, but I can’t find an example (to see how Digi thinks about this solution).
With the greenhill- stuff we defined an own section and did this by our own. But after further investigation, I didn’t found a solution to tell the gcc compiler something about a section.

Any ideas for this solution, or a different one ?

Thanks in advance