Specification of Watchdog Driver, No.39, 2021-11
AUTOSAR R21-11記事一覧はこちら。
AUTOSAR 21-11, 200文書読んだ。2022年5月に全部到達。
AUTOSAR R21-11(0) 仕様ダウンロード一覧。単語帳。参考文献資料作成
用語(terms)
Term | Description |
---|---|
DIP | Digital Input/Output |
DET | Default Error Tracer |
DEM | Diagnostic Event Manager - module to handle diagnostic relevant events. |
SPI | Serial Peripheral Interface |
WDG | Watchdog (module specific prefix) |
Off-Mode | The watchdog hardware is disabled / shut down. This might be necessary in order to shut down the complete ECU and not get cyclic resets from a still running external watchdog. This mode might not be allowed for safety critical systems. In this case, the Wdg module has to be configured to prevent switching to this mode. |
Slow-Mode | Triggering the watchdog hardware can be done with a long timeout period. This mode can e.g. be used during system startup / initialization phase. E.g. the watchdog hardware is configured for toggle mode (no constraints on the point in time at which the triggering is done) and a timeout period of 20 milliseconds. |
Fast-Mode | Triggering the watchdog hardware has to be done with a short timeout period. This mode can e.g. be used during normal operations of the ECU. E.g. the watchdog hardware is configured for window mode (triggering the watchdog has to occur within certain minimum / maximum boundaries within the timeout period) and a timeout period of 5 milliseconds. |
英日単語帳
日本語は仮訳
T.B.D.
参考(reference)
[1] Glossary
AUTOSAR_TR_Glossary
[2] General Specification of Basic Software Modules
AUTOSAR_SWS_BSWGeneral
[3] Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture
[4] Requirements on Watchdog Driver
AUTOSAR_SRS_WatchdogDriver
[5] General Requirements on Basic Software Modules
AUTOSAR_SRS_BSWGeneral
[6] General Requirements on SPAL
AUTOSAR_SRS_SPALGenera