요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
===================
2
STM32MP13 Overview
3
===================
5
Introduction
6
------------
8
The STM32MP131/STM32MP133/STM32MP135 are Cortex-A MPU aimed at various applications.
9
They feature:
11
- One Cortex-A7 application core
12
- Standard memories interface support
13
- Standard connectivity, widely inherited from the STM32 MCU family
14
- Comprehensive security support
16
More details:
18
- Cortex-A7 core running up to @900MHz
19
- FMC controller to connect SDRAM, NOR and NAND memories
20
- QSPI
21
- SD/MMC/SDIO support
22
- 2*Ethernet controller
23
- CAN
24
- ADC/DAC
25
- USB EHCI/OHCI controllers
26
- USB OTG
27
- I2C, SPI, CAN buses support
28
- Several general purpose timers
29
- Serial Audio interface
30
- LCD controller
31
- DCMIPP
32
- SPDIFRX
33
- DFSDM
35
:Authors:
37
- Alexandre Torgue <alexandre.torgue@foss.st.com>
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
STM32MP13 제품군 개요
1-15STM32MP131, STM32MP133, STM32MP135는 다양한 애플리케이션을 대상으로 하는 Cortex-A MPU입니다. 공통 특징은 다음과 같습니다.
| 영역 | 사양 |
|---|---|
| 애플리케이션 CPU | One Cortex-A7 application core |
| 메모리 | Standard memories interface support |
| 연결성 | STM32 MCU family에서 폭넓게 이어받은 Standard connectivity |
| 보안 | Comprehensive security support |
세부 기능
16-34| 영역 | 사양 |
|---|---|
| CPU | 최대 @900MHz로 동작하는 Cortex-A7 core |
| 외부 메모리 | SDRAM, NOR, NAND 연결용 FMC controller |
| 직렬 플래시 | QSPI |
| 스토리지 | SD/MMC/SDIO support |
| 네트워크 | 2*Ethernet controller |
| 차량·산업 버스 | CAN |
| 아날로그 | ADC/DAC |
| USB host | USB EHCI/OHCI controllers |
| USB device/OTG | USB OTG |
| 통신 버스 | I2C, SPI, CAN buses support |
| 타이머 | Several general purpose timers |
| 오디오 | Serial Audio interface |
| 디스플레이 | LCD controller |
| 카메라 | DCMIPP |
| 오디오 수신 | SPDIFRX |
| 디지털 필터 | DFSDM |
작성자
35-37Alexandre Torgue <alexandre.torgue@foss.st.com>
요약과 해설
stm32mp13-overview.rst:1-37STM32MP13 제품군은 단일 Cortex-A7 코어와 STM32 계열의 연결성, 포괄적 보안 및 다양한 산업·멀티미디어 주변장치를 제공합니다.
프로세서 계열, 메모리, 대표 주변장치를 요약합니다.