summaryrefslogtreecommitdiffstats
path: root/Documentation/arm/stm32/stm32f746-overview.rst
diff options
context:
space:
mode:
authorLudovic Barre <ludovic.barre@st.com>2018-02-26 14:39:52 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-03-05 09:08:34 +0100
commit40fed8d0e3833200f4b9f7cd057e37d0450a5044 (patch)
tree3a9436abed65b85af4cd33053f8e12a47d299a35 /Documentation/arm/stm32/stm32f746-overview.rst
parent61ea291cff9e8cc4b35d84c73b2659b628d4ff9b (diff)
downloadlinux-40fed8d0e3833200f4b9f7cd057e37d0450a5044.tar.gz
linux-40fed8d0e3833200f4b9f7cd057e37d0450a5044.tar.bz2
linux-40fed8d0e3833200f4b9f7cd057e37d0450a5044.zip
Documentation: arm: stm32: move to rst format
This patch rewrites stm32 documentation to rst (ReStructuredText) format. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'Documentation/arm/stm32/stm32f746-overview.rst')
-rw-r--r--Documentation/arm/stm32/stm32f746-overview.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/arm/stm32/stm32f746-overview.rst b/Documentation/arm/stm32/stm32f746-overview.rst
new file mode 100644
index 000000000000..b5f4b6ce7656
--- /dev/null
+++ b/Documentation/arm/stm32/stm32f746-overview.rst
@@ -0,0 +1,33 @@
+STM32F746 Overview
+==================
+
+Introduction
+------------
+
+The STM32F746 is a Cortex-M7 MCU aimed at various applications.
+It features:
+
+- Cortex-M7 core running up to @216MHz
+- 1MB internal flash, 320KBytes internal RAM (+4KB of backup SRAM)
+- FMC controller to connect SDRAM, NOR and NAND memories
+- Dual mode QSPI
+- SD/MMC/SDIO support
+- Ethernet controller
+- USB OTFG FS & HS controllers
+- I2C, SPI, CAN busses support
+- Several 16 & 32 bits general purpose timers
+- Serial Audio interface
+- LCD controller
+- HDMI-CEC
+- SPDIFRX
+
+Resources
+---------
+
+Datasheet and reference manual are publicly available on ST website (STM32F746_).
+
+.. _STM32F746: http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f7-series/stm32f7x6/stm32f746ng.html
+
+:Authors:
+
+Alexandre Torgue <alexandre.torgue@st.com>