Lines Matching +full:class +full:- +full:rev
6 The STM32F411E Discovery kit features an ARM Cortex-M4 based STM32F411VE MCU
8 Here are some highlights of the STM32F411E-DISCO board:
10 - STM32F411VET6 microcontroller featuring 512 KB of Flash memory, 128 KB of RAM in an LQFP100 packa…
11 - On-board ST-LINK/V2 with selection mode switch to use the kit as a standalone STLINK/V2 (with SWD…
12 - Board power supply: through USB bus or from an external 5 V supply voltage
13 - External application power supply: 3 V and 5 V
14 - L3GD20(rev B) or I3G4250D(rev D): ST MEMS motion sensor, 3-axis digital output gyroscope.
15 - LSM303DLHC(rev B) or LSM303AGR(rev D): ST MEMS system-in-package featuring a 3D digital linear ac…
16 - MP45DT02(rev B) or IMP34DT05(rev D), ST MEMS audio sensor, omnidirectional digital microphone
17 - CS43L22, audio DAC with integrated class D speaker driver
18 - Eight LEDs:
19 - LD1 (red/green) for USB communication
20 - LD2 (red) for 3.3 V power on
21 - Four user LEDs:
23 - Two USB OTG LEDs:
24 LD7 (green) VBus and LD8 (red) over-current
25 - Two pushbuttons (user and reset)
26 - USB OTG with micro-AB connector
27 - Extension header for LQFP100 I/Os for a quick connection to the prototyping board and an easy pro…
34 STM32F411E-DISCO Discovery kit provides the following hardware components:
36 - STM32F411VET6 in LQFP100 package
37 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
38 - 100 MHz max CPU frequency
39 - VDD from 1.7 V to 3.6 V
40 - 512 KB Flash
41 - 128 KB SRAM
42 - GPIO with external interrupt capability
43 - 1x12-bit, 2.4 MSPS ADC with 16 channels
44 - DMA Controller
45 - Up to 11 Timers (six 16-bit, two 32-bit, two watchdog timers and a SysTick timer)
46 - USART/UART (3)
47 - I2C (3)
48 - SPI/I2S (5)
49 - SDIO
50 - USB 2.0 full-speed device/host/OTG controller with on-chip PHY
51 - CRC calculation unit
52 - 96-bit unique ID
53 - RTC
56 - `STM32F411VE website`_
57 - `STM32F411x reference manual`_
65 +-----------+------------+-------------------------------------+
68 | NVIC | on-chip | nested vector interrupt controller |
69 +-----------+------------+-------------------------------------+
70 | UART | on-chip | serial port-polling; |
71 | | | serial port-interrupt |
72 +-----------+------------+-------------------------------------+
73 | PINMUX | on-chip | pinmux |
74 +-----------+------------+-------------------------------------+
75 | GPIO | on-chip | gpio |
76 +-----------+------------+-------------------------------------+
77 | PWM | on-chip | pwm |
78 +-----------+------------+-------------------------------------+
89 STM32F411E-DISCO Discovery kit has 5 GPIO controllers. These controllers are
90 responsible for pin muxing, input/output, pull-up, etc.
95 ----------------------------------
96 - UART_2_TX : PA2
97 - UART_2_RX : PA3
98 - LD3 : PD13 (PWM4 CH2)
99 - LD4 : PD12 (PWM4 CH1)
100 - LD5 : PD14 (PWM4 CH3)
101 - LD6 : PD15 (PWM4 CH4)
106 STM32F411E-DISCO System Clock could be driven by an internal or external
120 STM32F411E-DISCO Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
130 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
133 the ``--runner`` (or ``-r``) option:
135 .. code-block:: console
137 $ west flash --runner openocd
138 $ west flash --runner jlink
140 Flashing an application to STM32F411E-DISCO
141 -------------------------------------------
143 Connect the STM32F411E-DISCO Discovery kit to your host computer using the
146 Here is an example for the :zephyr:code-sample:`blinky` application.
148 .. zephyr-app-commands::
149 :zephyr-app: samples/basic/blinky
154 adapted board definition as the default PCB rev here is D:
156 .. zephyr-app-commands::
157 :zephyr-app: samples/basic/blinky
167 the :zephyr:code-sample:`blinky` application.
169 .. zephyr-app-commands::
170 :zephyr-app: samples/basic/blinky
172 :maybe-skip-config:
178 .. target-notes::
181 https://www.st.com/en/evaluation-tools/32f411ediscovery.html
193 https://www.st.com/en/development-tools/stm32cubeprog.html