← Documents Documentation/arch/arm/stm32/stm32f769-overview.rst GitHub 원문 ↗

Linux 6.18.37 · Architecture

STM32F769 Overview

STM32F769 Cortex-M7 MCU의 216MHz 코어, 2MB Flash, 다중 통신 버스, DSI·LCD·오디오·MDIO 기능을 정리합니다.

Source pathDocumentation/arch/arm/stm32/stm32f769-overview.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

stm32f769-overview.rst:1-34

STM32F769는 F746 계열의 Cortex-M7 기반에 더 큰 메모리와 다중 버스, DSI 및 확장 오디오·관리 인터페이스를 제공합니다.

STM32F769 Overview 핵심 사양
프로세서메모리대표 기능
Cortex-M7 @ 216MHz2MB Flash + 512KB RAM + 4KB backupQSPI, Ethernet, DSI, LCD, 2x SAI

프로세서 계열, 메모리, 대표 주변장치를 요약합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 ==================
2 STM32F769 Overview
3 ==================
4
5 Introduction
6 ------------
7
8 The STM32F769 is a Cortex-M7 MCU aimed at various applications.
9 It features:
10
11 - Cortex-M7 core running up to @216MHz
12 - 2MB internal flash, 512KBytes internal RAM (+4KB of backup SRAM)
13 - FMC controller to connect SDRAM, NOR and NAND memories
14 - Dual mode QSPI
15 - SD/MMC/SDIO support*2
16 - Ethernet controller
17 - USB OTFG FS & HS controllers
18 - I2C*4, SPI*6, CAN*3 buses support
19 - Several 16 & 32 bits general purpose timers
20 - Serial Audio interface*2
21 - LCD controller
22 - HDMI-CEC
23 - DSI
24 - SPDIFRX
25 - MDIO salave interface
26
27 Resources
28 ---------
29
30 Datasheet and reference manual are publicly available on ST website (STM32F769_).
31
32 .. _STM32F769: http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f7-series/stm32f7x9/stm32f769ni.html
33
34 :Authors: Alexandre Torgue <alexandre.torgue@st.com>
35

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

STM32F769 개요와 기능

1-26

STM32F769는 다양한 애플리케이션을 대상으로 하는 Cortex-M7 MCU입니다. 주요 기능은 다음과 같습니다.

영역사양
CPU최대 @216MHz로 동작하는 Cortex-M7 core
내부 메모리2MB internal flash, 512KBytes internal RAM, 4KB backup SRAM
외부 메모리SDRAM, NOR, NAND 연결용 FMC controller
직렬 플래시Dual mode QSPI
스토리지SD/MMC/SDIO support*2
네트워크Ethernet controller
USBUSB OTFG FS & HS controllers
통신 버스I2C*4, SPI*6, CAN*3 buses support
타이머여러 16 & 32 bits general purpose timers
오디오Serial Audio interface*2
디스플레이LCD controller
제어HDMI-CEC
디스플레이 인터페이스DSI
오디오 수신SPDIFRX
관리 인터페이스MDIO salave interface

자료와 작성자

27-34

Datasheet와 reference manual은 ST 웹사이트에서 공개적으로 제공합니다.

작성자: Alexandre Torgue <alexandre.torgue@st.com>