ES400A_TunSelnMngt_Integration_Manual
Integration Manual
For
ES400A TunSelnMngt
VERSION: 4.0
DATE: 29-Aug-2016
Prepared By:
Kevin Smith
Nexteer Automotive,
Saginaw, MI, USA
Location: The official version of this document is stored in the Nexteer Configuration Management System.
Revision History
Sl. No. | Description | Author | Version | Date | Approved By |
1 | Initial version | K. Smith | 1.0 | 09-Oct-15 | - |
2 | Updated for version 1 of the design | K. Smith | 2.0 | 04-Apr-16 | |
3 | Removed CalUsgProtn exclusive area | N. Saxton | 3.0 | 06-May-16 | |
4 | Anomaly correction for EA4#6672 | K. Smith | 4.0 | 29-Aug-16 |
Table of Contents
3.2 Global Functions(Non RTE) to be provided to Integration Project 6
4 Configuration REQUIREMeNTS 7
4.2 Configuration Files to be provided by Integration Project 7
4.3 Da Vinci Parameter Configuration Changes 7
4.4 DaVinci Interrupt Configuration Changes 7
4.5 Manual Configuration Changes 7
5 Integration DATAFLOW REQUIREMENTS 8
5.1 Required Global Data Inputs 8
5.2 Required Global Data Outputs 8
5.3 Specific Include Path present 8
Abbrevations And Acronyms
Abbreviation | Description |
DFD | Design functional diagram |
MDD | Module design Document |
References
This section lists the title & version of all the documents that are referred for development of this document
Sr. No. | Title | Version |
1 | MDD Guidelines | Process 04.02.00 |
2 | Software Naming Conventions | Process 04.02.00 |
3 | Coding standards | Process 04.02.00 |
4 | ES400A_TunSelnMngt_Design | See Synergy subproject version |
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 referred. Developer should track the references.
Global Functions(Non RTE) to be provided to Integration Project
None
Configuration REQUIREMeNTS
Build Time Config
Modules | Notes | |
None |
Configuration Files to be provided by Integration Project
TunSelnMngt_Cfg_private.h – Genereated by Configurator
TunSelnMngt_Cfg_private.c – Genereated by Configurator
Da Vinci Parameter Configuration Changes
All the parameters are generated by the data dictionary tool based on the configuration for the project
Parameter | Notes | SWC | |
DaVinci Interrupt Configuration Changes
ISR Name | VIM # | Priority Dependency | Notes |
None |
Manual Configuration Changes
Constant | Notes | SWC |
None |
Exclusive Areas
Constant | Notes | SWC |
TunSelnMngtIntDataProtnExclsvArea | Exclusive area needs to protect periodic access of PIMs from asynchronous updates by server runnables SetCalPageReq and CopyCalPage. Integrator verify if client calls to server runnables are interrupt or task based and set up exclusive area to properly protect access. |
Integration DATAFLOW REQUIREMENTS
Required Global Data Inputs
Required Global Data Outputs
Specific Include Path present
Yes. TunSelnMngt.h must also be included in Rte_UserTypes.h for non-RTE generated type definitions.
Runnable Scheduling
This section specifies the required runnable scheduling.
Init | Scheduling Requirements | Trigger |
TunSelnMngtInit1 | This init function should be performed before any calibration access is done by another component and after DiagcMgr has initialized. However, if the calibration access is only to common calibrations, then there would be no impact. | RTE |
Runnable | Scheduling Requirements | Trigger |
TunSelnMngtPer1 | None | RTE 10ms |
.
Memory Map REQUIREMENTS
Mapping
Memory Section | Contents | Notes |
None |
* Each …START_SEC… constant is terminated by a …STOP_SEC… constant as specified in the AUTOSAR Memory Mapping requirements.
Usage
Feature | RAM | ROM |
None |
Table 1: ARM Cortex R4 Memory Usage
NvM Blocks
*See DataDict.m
Compiler Settings
Preprocessor MACRO
None
Optimization Settings
None
Appendix
Recommend GENy settings for CANembedded Projects
The following settings are recommend for online calibration support and DAQ access. This only applies to projects that XCP settings are generated by GENy.
Configurable Options | Setting | Rationale |
Enable Calibration | True | Required to be true to enable write commands such as DOWNLOAD. |
XCP Control | True | Required to enable or disable XCP access |
Open Command Interface | True | Required for XCP service E8 and E9 support |
Prescaler | True | Required to support scaling the DAQ timing (example, 2ms DAQ can be scaled in mulitples of 2ms to create DAQs running at 4ms, 8ms, 10ms, etc). |
User Defined Commands | True | Required for additional functions built into XCP commands |
Page Switching | True | Required for online calibration functions to properly operate. |
General Page Info | True | |
Copy Page | True |