On Mon, Dec 14, 2020 at 06:42 AM, Sughosh Ganu wrote: > > +CONST UINT32 mSpmMajorVer = SPM_MAJOR_VERSION; > +CONST UINT32 mSpmMinorVer = SPM_MINOR_VERSION; The STATIC storage class specifier can be used for the above variables. Regards, Sami Mujawar