__no_init
In this section:
Syntax
See Syntax for object attributes.
Description
Use the __no_init keyword to place a data object in the section .noinit. This means that the initialization of the variable, for example at system startup, is suppressed.
Example
__no_init int myarray[10];