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
ExplicitInterRunnableVariableandImplicitRunnableVariable? - Can
InterRunnableVariablebe processed by anotherRunnableEntityfrom 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?