0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

General Requirements on Basic Software Modules, No.43, AUTOSAR R21-11(260) CP

Last updated at Posted at 2022-05-29

General Requirements on Basic Software Modules, No.43, 2021-11

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

AUTOSAR 21-11,160文書読んだ。2022年5月中に全部読み。

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

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

用語(terms)

Term Description
Interrupt frame An interrupt frame is the code which is generated by the compiler or the assembler code for prefix and postfix of interrupt routines. This code is Microcontroller specific
ISR Interrupt Service Routine. Also used as a macro to declare in C a cat2 interrupt service routine.
Cat2 Category 2. Cat2 ISRs are supported by the OS and can make OS calls.
Cat1 Category 1. Cat1 interrupts are not supported by the OS and are only allowed to make a very small selection of OS calls to enable and disable all interrupts.

英日

日本語は仮訳

T.B.D.

参考(reference)

[DOC_LAYERED_ARCH] Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
[DOC_MOD_LIST] List of Basic Software Modules
AUTOSAR_TR_BSWModuleList.pdf
[ECU_CONF_SRS] Requirements on ECU Configuration
AUTOSAR_RS_ECUConfiguration.pdf
[ECU_CONF_SWS] Specification of ECU Configuration
AUTOSAR_TPS_ECUConfiguration.pdf
[GLOSSARY] Glossary,AUTOSAR_TR_Glossary.pdf
https://www.autosar.org/fileadmin/standards/foundation/21-11/AUTOSAR_TR_Glossary.pdf
[DOC_STDTYPE_SWS] Specification of Standard Types,
AUTOSAR_SWS_StandardTypes.pdf
[DOC_MEMMAP_SWS] Specification of Memory Mapping,
AUTOSAR_SWS_MemoryMapping.pdf
[DOC_BSWSCHED_SWS] Specification of BSW Scheduler,
AUTOSAR_SWS_BSW_Scheduler.pdf
[ARReleaseManagement] Definition of Release Management Process,
AUTOSAR_PD_ReleaseManagementProcess.pdf
[TPS_STDT_0078] Software Standardization Template
AUTOSAR_TPS_StandardizationTemplate.pdf
[STD_ ISO 17356-3_OS] ISO 17356-3: OS
http://www.iso.org
[VENDOR_ID_LIST] AUTOSAR Vendor ID List
https://www.autosar.org

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?