There is a requirement in the AUTOSAR NVM module that says: [SWS_NvM_00135] The Administrative block shall be invisible for the application and is used exclusively by the NvM module for security and administrative purposes of the RAM block and the NVRAM block itself.
how can I implement such an Administrative block which is invisible for the application?
it should be considered that the administrative block has to be accessible in different files in the NVM module itself. So it could not be defined as a static structure in a .c file. Furthermore, if it is declared in a header file, the application can also include it and use it. Therefore it would not be invisible for the application. Totally how could it be implemented meeting the requirement?