Document Title Requirements on Debugging in AUTOSAR

Document Title Requirements on Debugging in AUTOSAR

Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 Document Title Requirements on Debugging in AUTOSAR Document Owner AUTOSAR Document Responsibility AUTOSAR Document Identification No 332 Document Classification Auxiliary Document Version 1.0.0 Document Status Final Part of Release 4.0 Revision 1 Document Change History Date Version Changed by Change Description 30.11.2009 1.0.0 AUTOSAR Initial release Administration 1 of 23 Document ID 332: AUTOSAR_SRS_Debugging - AUTOSAR confidential - Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 Disclaimer This specification and the material contained in it, as released by AUTOSAR, is for the purpose of information only. AUTOSAR and the companies that have contributed to it shall not be liable for any use of the specification. The material contained in this specification is protected by copyright and other types of Intellectual Property Rights. The commercial exploitation of the material contained in this specification requires a license to such Intellectual Property Rights. This specification may be utilized or reproduced without any modification, in any form or by any means, for informational purposes only. For any other purpose, no part of the specification may be utilized or reproduced, in any form or by any means, without permission in writing from the publisher. The AUTOSAR specifications have been developed for automotive applications only. They have neither been developed, nor tested for non-automotive applications. The word AUTOSAR and the AUTOSAR logo are registered trademarks. Advice for users AUTOSAR specifications may contain exemplary items (exemplary reference models, "use cases", and/or references to exemplary technical solutions, devices, processes or software). Any such exemplary items are contained in the specifications for illustration purposes only, and they themselves are not part of the AUTOSAR Standard. Neither their presence in such specifications, nor any later documentation of AUTOSAR conformance of products actually implementing such exemplary items, imply that intellectual property rights covering such exemplary items are licensed under the same rules as applicable to the AUTOSAR Standard. 2 of 23 Document ID 332: AUTOSAR_SRS_Debugging - AUTOSAR confidential - Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 Table of Contents 1 Scope of Document............................................................................................. 5 2 Conventions to be used....................................................................................... 6 3 Functional Overview............................................................................................ 7 4 Requirements traceability .................................................................................... 8 5 Functional Requirements..................................................................................... 9 5.1 Configuration................................................................................................ 9 5.1.1 [BSW33200001] Description of semantics of data ................................ 9 5.1.2 [BSW33200002] Inclusion of BSW header files .................................... 9 5.1.3 [BSW33200003] Static configuration of data items to be debugged ..... 9 5.1.4 [BSW33200039] Symbolic and physical configuration of data items to be debugged ..................................................................................................... 10 5.1.5 [BSW33200004] Static configuration of behavior of the debugging module 10 5.1.6 [BSW33200005] Behavior on internal buffer overflow......................... 10 5.1.7 [BSW33200038] Post Built Configuration............................................ 11 5.2 Initialization ................................................................................................ 11 5.2.1 [BSW33200006] Debugging during system startup............................. 11 5.3 Normal Operation....................................................................................... 12 5.3.1 [BSW33200007] Collect data on a running ECU................................. 12 5.3.2 [BSW33200008] Collect and store data .............................................. 12 5.3.3 [BSW33200009] Transmit stored data to host..................................... 12 5.3.4 [BSW33200010] Collect and immediately transmit data ..................... 13 5.3.5 [BSW33200011] Enabling/disabling of data buffering ......................... 13 5.3.6 [BSW33200012] Data timestamp........................................................ 13 5.3.7 [BSW33200013] Enabling/disabling of time stamping......................... 14 5.3.8 [BSW33200015] Offer command interface to host .............................. 14 5.3.9 [BSW33200016] Behavior on start of communication ......................... 14 5.3.10 [BSW33200017] Interface to the BSW modules.................................. 15 5.3.11 [BSW33200018] Communication between debugging module and host 15 5.3.12 [BSW33200019] Communication to one host only at a time ............... 15 5.3.13 [BSW33200020] Support of post mortem analysis.............................. 16 5.3.14 [BSW33200021] Debugging support for development phase only...... 16 5.3.15 [BSW33200022] Tracing of global variables ....................................... 16 5.3.16 [BSW33200023] Enabling/disabling tracing of variables ..................... 17 5.3.17 [BSW33200024] Periodic tracing of variables ..................................... 17 5.3.18 [BSW33200025] Modify tracing period................................................ 17 5.3.19 [BSW33200026] Event based tracing of variables .............................. 18 5.3.20 [BSW33200027] Tracing of functions.................................................. 18 5.3.21 [BSW33200028] Tracing of software components behavior ............... 18 5.3.22 [BSW33200029] Tracing of development errors ................................. 19 5.3.23 [BSW33200030] Transparent memory access.................................... 19 5.3.24 [BSW33200031] Transmission of data items exceeding frame length 19 5.4 Shutdown Operation................................................................................... 20 5.5 Fault Operation........................................................................................... 20 5.5.1 [BSW33200032] Handling of communication failure ........................... 20 6 Non-Functional Requirements (Qualities).......................................................... 21 6.1 Timing Requirements ................................................................................. 21 3 of 23 Document ID 332: AUTOSAR_SRS_Debugging - AUTOSAR confidential - Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 6.1.1 [BSW33200033] Runtime of the debugging module ........................... 21 6.2 Resource Usage......................................................................................... 21 6.2.1 [BSW33200034] Resource consumption of the debugging module .... 21 6.3 Integration in AUTOSAR architecture......................................................... 21 6.3.1 [BSW33200035] Dependency on other AUTOSAR BSW modules ..... 21 6.3.2 [BSW33200036] Integration in AUTOSAR communication stack........ 22 6.3.3 [BSW33200037] Separation between Main Debugging Module and communication part ........................................................................................... 22 7 References ........................................................................................................ 23 4 of 23 Document ID 332: AUTOSAR_SRS_Debugging - AUTOSAR confidential - Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 1 Scope of Document This document describes the requirements for a debugging module in AUTOSAR, including the API configuration communication interactions to, and requirements on surrounding BSW modules 5 of 23 Document ID 332: AUTOSAR_SRS_Debugging - AUTOSAR confidential - Requirements on Debugging in AUTOSAR V1.0.0 R4.0 Rev 1 2 Conventions to be used In requirements, the following specific semantics shall be used (based on the Internet Engineering Task Force IETF). The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as: SHALL: This word means that the definition is an absolute requirement of the specification. SHALL NOT: This phrase means that the definition is an absolute prohibition of the specification. MUST: This word means that the definition is an absolute requirement of the specification due to legal issues. MUST NOT: This phrase means that the definition is an absolute prohibition of the specification due to legal constraints. SHOULD: This word, or the adjective "RECOMMENDED", mean that there may exist valid reasons in particular circumstances to ignore a particular item, but the full implications must be understood and carefully weighed before choosing a different course. SHOULD NOT: This phrase, or the phrase "NOT RECOMMENDED" mean that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label. MAY: This word, or the adjective „OPTIONAL“, means that an item is truly optional. One vendor may choose to include the item because a particular marketplace requires it or because the vendor feels that it enhances the product while another vendor

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    23 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us