This is the multi-page printable view of this section. Click here to print.
Component Implementation
1 - AssiSumLim_Integration Manual
Integration Manual
For
‘AssiSumLim’
VERSION: 1.0
DATE: 04-June-2015
Prepared By:
Sankardu Varadapureddi,
Nexteer Automotive,
Saginaw, MI, USA
Revision History
Sl. No. | Description | Author | Version | Date |
1 | Initial version | Sankardu Varadapureddi | 1.0 | 22-May-2015 |
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 – SF004B_AssiSumLim_Design | See Synergy sub project version |
2 | Software Naming Conventions | Process 3.06.00 |
3 | Software Design and Coding Standards | Process 3.06.00 |
Dependencies
SWCs
Module | Required Feature |
---|---|
None |
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
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
No
Runnable Scheduling
This section specifies the required runnable scheduling.
Init | Scheduling Requirements | Trigger |
---|---|---|
AssiSumLimInit1 | None | Init |
Runnable | Scheduling Requirements | Trigger |
---|---|---|
AssiSumLimPer1 SetManTqCmd_Oper | None None | 2ms on event |
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 |
---|---|---|
<Memmap usuage info> |
Table 1: ARM Cortex R4 Memory Usage
Non RTE NvM Blocks
Block Name |
---|
None |
RTE NvM Blocks
Block Name |
---|
None |
Compiler Settings
Preprocessor MACRO
None.
Optimization Settings
None
Appendix
None
2 - AssiSumLim_MDD
Module Design Document
For
‘AssiSumLim’
VERSION: 1.0
DATE: 03-June-2015
Prepared By:
Sankardu Varadapureddi,
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 | Sankardu Varadapureddi | 1.0 | 03-June-2015 |
Table of Contents
3 AssiSumLim High-Level Description 7
4 Design details of software module 8
4.1 Graphical representation of AssiSumLim 8
5.1 User defined typedef definition/declaration 10
5.2 Variable definition for enumerated types 10
6.1 Program(fixed) Constants 11
6.1.2 Module specific Lookup Tables Constants 11
7 Software Module Implementation 12
7.1.1 Initialization Functions 12
7.1.1.1 INIT: AssiSumLimInit1 12
7.1.2.1 Per: AssiSumLimPer1 12
7.1.2.1.2 Store Module Inputs to Local copies 12
7.1.2.1.3 (Processing of function)……… 12
7.1.2.1.4 Store Local copy of outputs into Module Outputs 12
7.1.4.1.2 Store Module Inputs to Local copies 13
7.1.4.1.3 (Processing of function)……… 13
7.1.4.1.4 Store Local copy of outputs into Module Outputs 13
7.1.5 Local Function/Macro Definitions 13
7.1.6 GLObAL Function/Macro Definitions 13
7.1.7 Tranisition FUNCTIONS 13
8 Known Limitations With Design 14
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 3.06.00 |
2 | Software Naming Conventions | Process 3.06.00 |
3 | Software Design and Coding standards | Process 3.06.00 |
4 | FDD - SF004B_AssiSumLim_Design | See Synergy sub project version |
AssiSumLim High-Level Description
Design details of software module
Graphical representation of AssiSumLim
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 |
---|---|---|---|
Note: Refer .m file for constants definitions.
Global
Constant Name |
---|
None |
Module specific Lookup Tables Constants
Constant Name | Resolution | Value | Software Segment |
---|---|---|---|
None |
Software Module Implementation
Sub-Module Functions
Initialization Functions
AssiSumLimInit1
INIT: AssiSumLimInit1
Design Rationale
Design follows implemenetation in FDD.
Module Outputs
Refer ‘AssiSumLimInit1’ block in FDD
Module Internal
None
PERIODIC FUNCTIONS
Per: AssiSumLimPer1
Design Rationale
Design follows implementation in FDD.
Store Module Inputs to Local copies
Refer to FDD
(Processing of function)………
Refer to FDD (Block ‘AssiSumLmtPer1’)
Store Local copy of outputs into Module Outputs
Refer to FDD
Interrupt Functions
None
Server runnables
SetManTqCmd
Design Rationale
None
Store Module Inputs to Local copies
None
(Processing of function)………
Refer ‘SetManTqCmd’ block in FDD
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 - AssiSumLim_PeerReview
Overview
Summary SheetSynergy Project
Davinci Files
Sheet 1: Summary Sheet

Sheet 2: Synergy Project
Sheet 3: Davinci Files
4 - requirements
FDD | ID | Source | Function | Line(s) | Status | Comment |
---|---|---|---|---|---|---|
.SwFileName | .SwFuncName | .SwLines | .SwStatus | .SwComment | ||
SF004B | 216 | AssiSumLim.c | AssiSumLimPer1 | 903-913 | I | |
SF004B | 212 | AssiSumLim.c | AssiSumLimPer1 | 896 | I | |
SF004B | 213 | AssiSumLim.c | AssiSumLimPer1 | 902-912 | I | |
SF004B | 219 | AssiSumLim.c | AssiSumLimPer1 | 916-935 | I | |
SF004B | 270 | AssiSumLim.c | AssiSumLimPer1 | 879-887 | I | |
SF004B | 272 | AssiSumLim.c | AssiSumLimPer1 | 884 | I | |
SF004B | 273 | AssiSumLim.c | AssiSumLimPer1 | 885 | I | |
SF004B | 274 | AssiSumLim.c | AssiSumLimPer1 | 957-967 | I | |
SF004B | 53 | AssiSumLim.c | AssiSumLimPer1 | 980 | I | |
SF004B | 234 | AssiSumLim.c | AssiSumLimPer1 | 952 | I | |
SF004B | 235 | AssiSumLim.c | AssiSumLimPer1 | 976 | I | |
SF004B | 52 | AssiSumLim.c | AssiSumLimPer1 | 982 | I | |
SF004B | 230 | AssiSumLim.c | AssiSumLimPer1 | 972 | I | |
SF004B | 231 | AssiSumLim.c | AssiSumLimPer1 | 956-966 | I | |
SF004B | 232 | AssiSumLim.c | AssiSumLimPer1 | 946-949 | I | |
SF004B | 233 | AssiSumLim.c | AssiSumLimPer1 | 940-943 | I | |
SF004B | 46 | AssiSumLim.c | AssiSumLimPer1 | 830 | I | |
SF004B | 47 | AssiSumLim.c | AssiSumLimPer1 | 841 | I | |
SF004B | 44 | AssiSumLim.c | AssiSumLimPer1 | 838 | I | |
SF004B | 45 | AssiSumLim.c | AssiSumLimPer1 | 829 | I | |
SF004B | 42 | AssiSumLim.c | AssiSumLimPer1 | 833 | I | |
SF004B | 43 | AssiSumLim.c | AssiSumLimPer1 | 843 | I | |
SF004B | 40 | AssiSumLim.c | AssiSumLimPer1 | 831 | I | |
SF004B | 41 | AssiSumLim.c | AssiSumLimPer1 | 842 | I | |
SF004B | 9 | AssiSumLim.c | AssiSumLimPer1 | 826 | I | |
SF004B | 188 | AssiSumLim.c | SetManTqCmd_Oper | 1035-1066 | I | |
SF004B | 285 | AssiSumLim.c | SetManTqCmd_Oper | 1044-1049 | I | |
SF004B | 284 | AssiSumLim.c | SetManTqCmd_Oper | 1058-1063 | I | |
SF004B | 286 | AssiSumLim.c | SetManTqCmd_Oper | 1050-1056 | I | |
SF004B | 147 | AssiSumLim.c | AssiSumLimPer1 | 846 | I | |
SF004B | 204 | AssiSumLim.c | AssiSumLimPer1 | 971-977 | I | |
SF004B | 208 | AssiSumLim.c | AssiSumLimPer1 | 845 | I | |
SF004B | 148 | AssiSumLim.c | AssiSumLimPer1 | 981 | I | |
SF004B | 263 | AssiSumLim.c | AssiSumLimPer1 | 844 | I | |
SF004B | 267 | AssiSumLim.c | AssiSumLimPer1 | 836 | I | |
SF004B | 266 | AssiSumLim.c | AssiSumLimPer1 | 828 | I | |
SF004B | 243 | AssiSumLim.c | AssiSumLimPer1 | 859-869 | I | |
SF004B | 264 | AssiSumLim.c | AssiSumLimPer1 | 832 | I | |
SF004B | 269 | AssiSumLim.c | AssiSumLimPer1 | 835 | I | |
SF004B | 11 | AssiSumLim.c | AssiSumLimPer1 | 983 | I | |
SF004B | 39 | AssiSumLim.c | AssiSumLimPer1 | 840 | I | |
SF004B | 38 | AssiSumLim.c | AssiSumLimPer1 | 847 | I | |
SF004B | 33 | AssiSumLim.c | AssiSumLimPer1 | 839 | I | |
SF004B | 32 | AssiSumLim.c | AssiSumLimPer1 | 827 | I | |
SF004B | 37 | AssiSumLim.c | AssiSumLimPer1 | 848 | I | |
SF004B | 35 | AssiSumLim.c | AssiSumLimPer1 | 837 | I | |
SF004B | 34 | AssiSumLim.c | AssiSumLimPer1 | 834 | I | |
SF004B | 259 | AssiSumLim.c | AssiSumLimPer1 | 917-936 | I | |
SF004B | 54 | AssiSumLim.c | AssiSumLimPer1 | 979 | I | |
SF004B | 296 | AssiSumLim.c | AssiSumLimPer1 | 899 | I | |
SF004B | 292 | AssiSumLim.c | AssiSumLimPer1 | 766-985 | I | |
SF004B | 290 | AssiSumLim.c | AssiSumLimPer1 | 852-857 | I | |
SF004B | 291 | AssiSumLim.c | AssiSumLimPer1 | 853-856 | I |