CtrlTemp_Integration_Manual
1.2 Functions to be provided to Integration Project 2
2.2 Configuration Files to be provided by Integration Project 3
2.2.1 Da Vinci Config generation 3
2.2.2 Manual Configuration Changes 3
3.1 Required Global Data Inputs 4
3.2 Optional Global Data Inputs 4
3.3 Specific Include Path present 4
Dependencies
SWCs
Module | Required Feature |
---|---|
None |
Note : Referencing the external components should be avoided in most cases. Only in unavoidable circumstance external components should be refered. Developer should track the references.
Global Functions(Non RTE) to be provided to Integration Project
None
Configuration
Build Time Config
Modules | Notes | |
---|---|---|
None |
Configuration Files to be provided by Integration Project
Sa_CtrlTemp_Cfg.h generated by Sa_CtrlTemp_Cfg.h.tt
Da Vinci Parameter Configuration Changes
Parameter | Notes | SWC |
---|---|---|
CtrlTempGeneral/CtrlTempCPEnable | To enable checkpoints | CtrlTemp |
DaVinci Interrupt Configuration Changes
ISR Name | VIM # | Priority Dependency | Notes |
---|---|---|---|
None |
Manual Configuration Changes
Constant | Notes | SWC |
---|---|---|
None |
Integration
Required Global Data Inputs
TemperatureADC_Volt_f32
DiagStsTempRdPrf_Cnt_lgc
AmbTemp_DegC_f32
Required Global Data Outputs
FiltMeasTemp_DegC_f32
Specific Include Path present
No
Runnable Scheduling
This section specifies the required runnable scheduling.
Init | Scheduling Requirements | Trigger |
---|---|---|
CtrlTemp_Init1 | Called from RTE before any call to the periodic functions | RTE init |
Runnable | Scheduling Requirements | Trigger |
---|---|---|
CtrlTemp_Per1 | None | RTE 2ms |
CtrlTemp_Per2 | None | RTE 100ms |
.
Memory Mapping
Mapping
Memory Section | Contents | Notes |
---|---|---|
CTRLTEMP_START_SEC_VAR_CLEARED_32 | ||
CTRLTEMP_START_SEC_VAR_CLEARED_16 | ||
CTRLTEMP_START_SEC_VAR_CLEARED_UNSPECIFIED | ||
RTE_START_SEC_SA_CTRLTEMP_APPL_CODE |
* Each …START_SEC… constant is terminated by a …STOP_SEC… constant as specified in the AUTOSAR Memory Mapping requirements.
Usage
Feature | RAM | ROM |
---|---|---|
<Memmap usuage info> |
Non RTE NvM Blocks
Block Name |
---|
<NVM block used Non RTE functions > |
Note : Size of the NVM block if configured in developer
RTE NvM Blocks
Block Name |
---|
<NVM block used in RTE functions > |
Note : Size of the NVM block if configured in developer
Compiler Settings
Preprocessor MACRO
<Define all the preprocessor Macros needed and conditions when needed>.
Optimization Settings
<Define Optimization levels that are needed and conditions when needed>.
Revision Control Log
Rev # | Change Description | Date | Author |
1 | Initial version | 17-Sep-13 | KMC |