Lines Matching +full:revision +full:- +full:reg
6 The STM32F413H-DISCO Discovery kit features an ARM Cortex-M4 based STM32F413ZH MCU
8 some highlights of the STM32F413H-DISCO board:
11 - STM32F413ZHT6 microcontroller featuring 1.5 Mbyte of Flash memory and 320 Kbytes of RAM in an LQF…
12 - On-board ST-LINK/V2-1 SWD debugger supporting USB re-enumeration capability:
14 - USB virtual COM port
15 - mass storage
16 - debug port
18 - 1.54 inch 240x240 pixel TFT color LCD with parallel interface and capacitive touchscreen
19 - I2S Audio CODEC, with a stereo headset jack, including analog microphone input and a loudspeaker …
20 - Stereo digital MEMS microphones
21 - MicroSD card connector extension
22 - I2C extension connector
23 - 128 Mbit Quad-SPI Nor Flash
24 - 8 Mbit 16-bit wide PSRAM
25 - Reset and User buttons
26 - Two color user LEDs.
27 - USB OTG FS with Micro-AB connector
28 - Four power supply options:
30 - ST-LINK/V2-1 USB connector
31 - User USB FS connector
32 - VIN from Arduino* connectors
33 - + 5 V from Arduino* connectors
35 - Two power supplies for MCU: 2.0 V and 3.3 V
36 - Compatible with Arduino(tm) Uno revision 3 connectors
37 - Extension connector for direct access to various features of STM32F413ZHT6 MCU
38 - Comprehensive free software including a variety of examples, part of STM32Cube package
45 STM32F413H-DISCO Discovery kit provides the following hardware components:
47 - STM32F413ZHT6 in LQFP144 package
48 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
49 - 100 MHz max CPU frequency
50 - VDD from 1.7 V to 3.6 V
51 - 1.5 MB Flash
52 - 320 KB SRAM
53 - GPIO with external interrupt capability
54 - LCD parallel interface, 8080/6800 modes
55 - 1x12-bit ADC with 16 channels
56 - RTC
57 - Advanced-control Timer
58 - General Purpose Timers (12)
59 - Watchdog Timers (2)
60 - USART/UART (10)
61 - I2C (4)
62 - SPI (5)
63 - SDIO
64 - SAI
65 - 3xCAN
66 - USB OTG 2.0 Full-speed
67 - CRC calculation unit
68 - True random number generator
69 - DMA Controller
72 - `STM32F413ZH on www.st.com`_
73 - `STM32F413 reference manual`_
78 The Zephyr STM32F413H-DISCO board configuration supports the following hardware features:
80 +-----------+------------+-------------------------------------+
83 | NVIC | on-chip | nested vector interrupt controller |
84 +-----------+------------+-------------------------------------+
85 | UART | on-chip | serial port-polling; |
86 | | | serial port-interrupt |
87 +-----------+------------+-------------------------------------+
88 | PINMUX | on-chip | pinmux |
89 +-----------+------------+-------------------------------------+
90 | GPIO | on-chip | gpio |
91 +-----------+------------+-------------------------------------+
92 | I2C | on-chip | i2c |
93 +-----------+------------+-------------------------------------+
94 | SPI | on-chip | spi |
95 +-----------+------------+-------------------------------------+
106 STM32F413H-DISCO Discovery kit has 8 GPIO controllers. These controllers are responsible for pin mu…
107 input/output, pull-up, etc.
112 ----------------------------------
113 - UART_6_TX : PG14
114 - UART_6_RX : PG9
115 - LD1 : PE3
116 - LD2 : PC5
121 STM32F413H-DISCO System Clock could be driven by internal or external oscillator,
128 The STM32F413H-DISCO Discovery kit has up to 10 UARTs. The Zephyr console output is assigned to UAR…
135 STM32F413H-DISCO Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
137 Applications for the STM32F413H-DISCO board configuration can be built and
145 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
148 the ``--runner`` (or ``-r``) option:
150 .. code-block:: console
152 $ west flash --runner openocd
153 $ west flash --runner jlink
155 Flashing an application to STM32F413H-DISCO
156 -------------------------------------------
158 Connect the STM32F413H-DISCO Discovery kit to your host computer using
162 .. code-block:: console
164 $ minicom -D /dev/ttyACM0
167 :zephyr:code-sample:`hello_world` application.
169 .. zephyr-app-commands::
170 :zephyr-app: samples/hello_world
176 .. code-block:: console
185 :zephyr:code-sample:`hello_world` application.
187 .. zephyr-app-commands::
188 :zephyr-app: samples/hello_world
190 :maybe-skip-config:
194 https://www.st.com/en/evaluation-tools/32f413hdiscovery.html
197 …https://www.st.com/resource/en/user_manual/um2135-discovery-kit-with-stm32f413zh-mcu-stmicroelectr…
203 …https://www.st.com/resource/en/reference_manual/rm0430-stm32f413423-advanced-armbased-32bit-mcus-s…
206 https://www.st.com/en/development-tools/stm32cubeprog.html