Lines Matching +full:revision +full:- +full:reg

6 The STM32F412 Discovery kit features an ARM Cortex-M4 based STM32F412ZG MCU
8 some highlights of the STM32F412G-DISCO board:
11 - STM32F412ZGT6 microcontroller featuring 1 Mbyte of Flash memory and 256 Kbytes of RAM in an LQFP1…
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 - Reset button and Joystick
25 - Four color user LEDs.
26 - USB OTG FS with Micro-AB connector
27 - Four power supply options:
29 - ST-LINK/V2-1 USB connector
30 - User USB FS connector
31 - VIN from Arduino* connectors
32 - + 5 V from Arduino* connectors
34 - Two power supplies for MCU: 2.0 V and 3.3 V
35 - Compatible with Arduino(tm) Uno revision 3 connectors
36 - Extension connector for direct access to various features of STM32F412ZGT6 MCU
37 - Comprehensive free software including a variety of examples, part of STM32Cube package
44 STM32F412G-DISCO Discovery kit provides the following hardware components:
46 - STM32F412ZGT6 in LQFP144 package
47 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
48 - 100 MHz max CPU frequency
49 - VDD from 1.7 V to 3.6 V
50 - 1 MB Flash
51 - 256 KB SRAM
52 - GPIO with external interrupt capability
53 - LCD parallel interface, 8080/6800 modes
54 - 1x12-bit ADC with 16 channels
55 - RTC
56 - Advanced-control Timer
57 - General Purpose Timers (12)
58 - Watchdog Timers (2)
59 - USART/UART (4)
60 - I2C (4)
61 - SPI (5)
62 - SDIO
63 - 2xCAN
64 - CRC calculation unit
65 - True random number generator
66 - DMA Controller
69 - `STM32F412ZG on www.st.com`_
70 - `STM32F412 reference manual`_
77 +-----------+------------+-------------------------------------+
80 | NVIC | on-chip | nested vector interrupt controller |
81 +-----------+------------+-------------------------------------+
82 | UART | on-chip | serial port-polling; |
83 | | | serial port-interrupt |
84 +-----------+------------+-------------------------------------+
85 | PINMUX | on-chip | pinmux |
86 +-----------+------------+-------------------------------------+
87 | GPIO | on-chip | gpio |
88 +-----------+------------+-------------------------------------+
89 | I2C | on-chip | i2c |
90 +-----------+------------+-------------------------------------+
91 | SPI | on-chip | spi |
92 +-----------+------------+-------------------------------------+
93 | QSPI NOR | on-chip | off-chip flash |
94 +-----------+------------+-------------------------------------+
105 STM32F412G-DISCO Discovery kit has 8 GPIO controllers. These controllers are responsible for pin mu…
106 input/output, pull-up, etc.
111 ----------------------------------
112 - UART_2_TX : PA2
113 - UART_2_RX : PA3
114 - LD1 : PE0
115 - LD2 : PE1
116 - LD3 : PE2
117 - LD4 : PE3
122 STM32F412G-DISCO System Clock could be driven by internal or external oscillator,
136 STM32F412G-DISCO Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
146 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
149 the ``--runner`` (or ``-r``) option:
151 .. code-block:: console
153 $ west flash --runner openocd
154 $ west flash --runner jlink
156 Flashing an application to STM32F412G-DISCO
157 -------------------------------------------
159 Connect the STM32F412G-DISCO Discovery kit to your host computer using
163 .. code-block:: console
165 $ minicom -D /dev/ttyACM0
168 :zephyr:code-sample:`hello_world` application.
170 .. zephyr-app-commands::
171 :zephyr-app: samples/hello_world
177 .. code-block:: console
186 :zephyr:code-sample:`hello_world` application.
188 .. zephyr-app-commands::
189 :zephyr-app: samples/hello_world
191 :maybe-skip-config:
195 https://www.st.com/en/evaluation-tools/32f412gdiscovery.html
207 https://www.st.com/en/development-tools/stm32cubeprog.html