Quantcast
Channel: Active questions tagged autosar - Stack Overflow
Viewing all articles
Browse latest Browse all 101

how to make a structure defined in a NVM AUTOSAR module invisible for the application in C?

$
0
0

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?


Viewing all articles
Browse latest Browse all 101

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>