After reading AUTOSAR_TPS_SoftwareComponentTemplate
, I'm still confused about both types of InterRunnableVariable
and concepts of data consistency. There are my question:
- What is the difference between
ExplicitInterRunnableVariable
andImplicitRunnableVariable
? - Can
InterRunnableVariable
be processed by anotherRunnableEntity
from a different software component? - Can AUTOSAR's software component read or write directly to the RAM with given spesific address?
- What is the condition where we have to use
ExclusiveArea
?