This is the multi-page printable view of this section. Click here to print.
Component Implementation
1 - MotVel_Integration Manual
Integration Manual
For
‘MotVel’
VERSION: 1.0
DATE: 12-April-2016
Prepared By:
Software Group
Nexteer Automotive,
Saginaw, MI, USA
Revision History
Sl. No. | Description | Author | Version | Date |
1 | Initial version | Rijvi Ahmed | 1.0 | 12-April-2016 |
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 | FDD – SF40A_MotVel_Design | See Synergy sub project version |
2 | Software Naming Conventions | Process 04.02.01 |
3 | Software Design and Coding Standards | Process 04.02.01 |
Dependencies
SWCs
Module | Required Feature |
---|---|
None |
Global Functions(Non RTE) to be provided to Integration Project
MotVelPer1
Configuration REQUIREMeNTS
Build Time Config
Modules | Notes | |
---|---|---|
None |
Configuration Files to be provided by Integration Project
None
Da Vinci Parameter Configuration Changes
Parameter | Notes | SWC |
---|---|---|
None |
DaVinci Interrupt Configuration Changes
ISR Name | VIM # | Priority Dependency | Notes |
---|---|---|---|
None |
Manual Configuration Changes
Constant | Notes | SWC |
---|---|---|
None |
Integration DATAFLOW REQUIREMENTS
Required Global Data Inputs
Refer DataDict.m file in the FDD
Required Global Data Outputs
Refer DataDict.m file file in the FDD
Specific Include Path present
Yes
Runnable Scheduling
This section specifies the required runnable scheduling.
Init | Scheduling Requirements | Trigger |
---|---|---|
MotVelInit1 | None | RTE/Init |
Runnable | Scheduling Requirements | Trigger |
---|---|---|
MotVelPer1 | None | Motor Control ISR |
MotVelPer2 | None | RTE/2ms |
Memory Map REQUIREMENTS
Mapping
Memory Section | Contents | Notes |
---|---|---|
MotCtrl_START_SEC_CODE | Code section for Motor Control scheduled functions | |
* 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 |
---|
None |
RTE NvM Blocks
Block Name |
---|
none |
Compiler Settings
Preprocessor MACRO
None.
Optimization Settings
None
Appendix
None
2 - MotVel_MDD
Module Design Document
For
‘MotVel’
VERSION: 1.0
DATE: 12-April-2016
Prepared By:
Software Group,
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 |
1 | Initial Version | Rijvi Ahmed | 1.0 | 12-April-2016 |
Table of Contents
4 Design details of software module 7
4.1 Graphical representation 7
5.1 User defined typedef definition/declaration 8
5.2 Variable definition for enumerated types 8
6.1 Program(fixed) Constants 9
6.1.2 Module specific Lookup Tables Constants 9
7 Software Module Implementation 10
7.1.1 Initialization Functions 10
7.1.5.1.1 Store Local copy of outputs into Module Outputs 11
7.1.6 Local Function/Macro Definitions 11
7.1.7 GLObAL Function/Macro Definitions 11
7.1.8 Tranisition FUNCTIONS 11
8 Known Limitations With Design 12
Abbrevations And Acronyms
Abbreviation | Description |
---|---|
DFD | Design functional diagram |
MDD | Module design Document |
FDD | Functional 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.01 |
2 | Software Naming Conventions | Process 04.02.01 |
3 | Software Design and Coding standards | Process 04.02.01 |
4 | FDD – SF40A_MotVel_Design | See Synergy sub project version |
High-Level Description
None
Design details of software module
Graphical representation
Data Flow Diagram
Refer FDD
Module level DFD
Refer FDD
Sub-Module level DFD
Refer FDD
COMPONENT FLOW DIAGRAM
Refer FDD
Variable Data Dictionary
User defined typedef definition/declaration
<This section documents any user types uniquely used for the module.>
Typedef Name | Element Name | User Defined Type | Legal Range (min) | Legal Range (max) |
---|---|---|---|---|
None | ||||
Variable definition for enumerated types
Enum Name | Element Name | Value |
---|---|---|
None |
Constant Data Dictionary
Program(fixed) Constants
Embedded Constants
Local
Constant Name | Resolution | Units | Value |
---|---|---|---|
Refer the m files |
Global
Constant Name |
---|
Module specific Lookup Tables Constants
Constant Name | Resolution | Value | Software Segment |
---|---|---|---|
None |
Software Module Implementation
Sub-Module Functions
Initialization Functions
None
PERIODIC FUNCTIONS
INIT: MotVelPER1
Design Rationale
Refer the next version of the design.
Module Outputs
PERIODIC FUNCTIONS
INIT: MotVelPER2
Design Rationale
Refer the next version of the design.
Module Outputs
Interrupt Functions
None
Server runnables
None
Store Local copy of outputs into Module Outputs
None
Local Function/Macro Definitions
None
GLObAL Function/Macro Definitions
None
Tranisition FUNCTIONS
None
Known Limitations With Design
None.
UNIT TEST CONSIDERATION
None
Appendix
None
3 - MotVel_Peer Review Checklists
Overview
Summary SheetSynergy Project
Sheet 1: Summary Sheet

Sheet 2: Synergy Project
4 - requirements
FDD | ID | Source | Function | Line(s) | Status | Comment |
---|---|---|---|---|---|---|
.SwFileName | .SwFuncName | .SwLines | .SwStatus | .SwComment | ||
SF040A | 88 | CDD_MotVel.c | MotVelPer2 | 323-329 | I | |
SF040A | 111 | CDD_MotVel.c | MotVelPer2 | 241-313 | I | |
SF040A | 67 | CDD_MotVel.c | MotVelPer2 | 230 | I | |
SF040A | 68 | CDD_MotVel.c | MotVelPer2 | 227 | I | |
SF040A | 44 | CDD_MotVel.c | MotVelPer2 | 337 | I | |
SF040A | 45 | CDD_MotVel.c | MotVelPer2 | 339 | I | |
SF040A | 43 | CDD_MotVel.c | MotVelPer2 | 338 | I | |
SF040A | 40 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 62-78 | I | |
SF040A | 9 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 58-74 | I | |
SF040A | 77 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 65-81 | I | |
SF040A | 76 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 64-80 | I | |
SF040A | 75 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 63-79 | I | |
SF040A | 102 | CDD_MotVel.c | MotVelPer2 | 236-308 | I | |
SF040A | 90 | CDD_MotVel.c | MotVelPer2 | 324-330 | I | |
SF040A | 100 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 57-73 | I | |
SF040A | 101 | CDD_MotVel.c | MotVelPer2 | 202-341 | I | |
SF040A | 106 | CDD_MotVel.c | MotVelPer2 | 240-312 | I | |
SF040A | 104 | CDD_MotVel.c | MotVelPer2 | 238-310 | I | |
SF040A | 105 | CDD_MotVel.c | MotVelPer2 | 239-311 | I | |
SF040A | 11 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 60-76 | I | |
SF040A | 39 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 61-77 | I | |
SF040A | 38 | CDD_MotVel.c | MotVelPer2 | 228 | I | |
SF040A | 32 | CDD_MotVel_MotCtrl.c | MotVelPer1 | 59-75 | I | |
SF040A | 37 | CDD_MotVel.c | MotVelPer2 | 229 | I | |
SF040A | 103 | CDD_MotVel.c | MotVelPer2 | 237-309 | I |