요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
===================
2
STM32MP157 Overview
3
===================
5
Introduction
6
------------
8
The STM32MP157 is a Cortex-A MPU aimed at various applications.
9
It features:
11
- Dual core Cortex-A7 application core
12
- 2D/3D image composition with GPU
13
- Standard memories interface support
14
- Standard connectivity, widely inherited from the STM32 MCU family
15
- Comprehensive security support
17
:Authors:
19
- Ludovic Barre <[email protected]>
20
- Gerald Baeza <[email protected]>
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
STM32MP157 개요와 기능
1-16STM32MP157은 다양한 애플리케이션을 대상으로 하는 Cortex-A MPU입니다. 주요 기능은 다음과 같습니다.
| 영역 | 사양 |
|---|---|
| 애플리케이션 CPU | Dual core Cortex-A7 application core |
| 그래픽 | GPU를 사용한 2D/3D image composition |
| 메모리 | Standard memories interface support |
| 연결성 | STM32 MCU family에서 폭넓게 이어받은 Standard connectivity |
| 보안 | Comprehensive security support |
작성자
17-20Ludovic Barre <[email protected]>
Gerald Baeza <[email protected]>
요약과 해설
stm32mp157-overview.rst:1-20STM32MP157은 듀얼 Cortex-A7 애플리케이션 코어와 GPU 기반 2D/3D 합성, STM32 계열 연결성 및 보안을 결합합니다.
프로세서 계열, 메모리, 대표 주변장치를 요약합니다.