LoginSignup
0
0

More than 1 year has passed since last update.

Specification of EEPROM Driver, No.21, AUTOSAR R21-11(111) CP

Last updated at Posted at 2022-05-22

Specification of EEPROM Driver, No.21, 2021-11

AUTOSAR R21-11記事一覧はこちら。

AUTOSAR 21-11, 84文書読んだ。2022年6月中に半分到達予定。

AUTOSAR 21-11, 62文書読んだ。2022年5月中に半分到達予定。

AUTOSAR R21-11(0) 仕様ダウンロード一覧。単語帳。参考文献資料作成

用語(terms)

Term Description
Data block A data block may contain 1..n bytes and is used within the API of the EEPROM, driver.Data blocks are passed with - Address offset in EEPROM - Pointer to memory location- Length , to the EEPROM driver.
Data unit The smallest data entity in EEPROM. The entities may differ for read/write/erase operation., Example 1: Motorola STAR12, Read: 1 byte, Write: 2 bytes, Erase: 4 bytes, Example 2: external SPI EEPROM device, Read/Write/Erase: 1 byte
Normal mode, Burst mode Some external SPI EEPROM devices provide the possibility of different access modes: - Normal mode: The data exchange with the EEPROM device via SPI is performed byte wise. This allows for cooperative SPI usage together with other SPI devices like I/O ASICs, external watchdogs etc. - Burst mode: The data exchange with the EEPROM device via SPI is performed block wise. The block size depends on the EEPROM properties, an example is 64 bytes. Because large blocks are transferred, the SPI is blocked by the EEPROM access in burst mode. This mode is used during ECU start-up and shut-down phases where fast reading/writing of data is required.
EEPROM cell Smallest physical unit of an EEPROM device that holds the data. Usually 1 byte.
EEPROM Electrically Erasable and Programmable Read Only Memory
NVRAM Non Volatile Random Access Memory
NvM Module name of NVRAM Manager
EcuM Module name of ECU State Manager
DEM Module name of Diagnostic Event Manager
DET Module name of Default Error Trace

英日

日本語は仮訳

T.B.D.

参考(reference)

[1] Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
[2] General Requirements on Basic Software Modules
AUTOSAR_SRS_BSWGeneral.pdf
[3] General Requirements on SPAL
AUTOSAR_SRS_SPALGeneral.pdf
[4] Specification of Memory Abstraction Interface
AUTOSAR_SWS_MemoryAbstractionInterface.pdf
[5] Specification of SPI Handler/Driver
AUTOSAR_SWS_SPIHandlerDriver.pdf
[6] Specification of ECU Configuration
AUTOSAR_TPS_ECUConfiguration.pdf
[7] Requirements on EEPROM Driver
AUTOSAR_SRS_EEPROMDriver.pdf
[8] Specification of Default Error Tracer
AUTOSAR_SWS_DefaultErrorTracer.pdf
[9] Specification of Diagnostics Event Manager
AUTOSAR_SWS_DiagnosticEventManager.pdf
[10] AUTOSAR Glossary
AUTOSAR_TR_Glossary.pdf
[11] Specification of MCU Driver
AUTOSAR_SWS_MCUDriver.pdf
[12] Basic Software Module Description Template
AUTOSAR_TPS_BSWModuleDescriptionTemplate.pdf
[13] List of Basic Software Modules
AUTOSAR_TR_BSWModuleList.pdf
[14] General Specification of Basic Software Modules
AUTOSAR_SWS_BSWGeneral.pdf

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0