Lines Matching +full:crc +full:- +full:en
6 The STM32F4DISCOVERY Discovery kit features an ARM Cortex-M4 based STM32F407VG MCU
11 - STM32 microcontroller in LQFP100 package
12 - Extension header for all LQFP100 I/Os for quick connection to prototyping board and easy probing
13 - On-board ST-LINK/V2 debugger/programmer with SWD connector
14 - Flexible board power supply:
16 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
17 - Power management access point
19 - Eight LEDs:
21 - USB communication (LD1)
22 - 3.3 V power on (LD2)
23 - Four user LEDs: orange (LD3), green (LD4), red (LD5), and blue (LD6)
24 - 2 USB OTG LEDs for VBUS (LD7) and over-current (LD8)
26 - Two push-buttons: USER and RESET
27 - USB OTG FS with micro-AB connector
28 - LIS302DL or LIS3DSH ST MEMS 3-axis accelerometer
29 - MP45DT02 ST-MEMS audio sensor omni-directional digital microphone
30 - CS43L22 audio DAC with integrated class D speaker driver
39 - STM32F407VGT6 in LQFP100 package
40 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
41 - 168 MHz max CPU frequency
42 - VDD from 1.8 V to 3.6 V
43 - 1 MB Flash
44 - 192+4 KB SRAM including 64-Kbyte of core coupled memory
45 - GPIO with external interrupt capability
46 - 3x12-bit ADC with 24 channels
47 - 2x12-bit D/A converters
48 - RTC
49 - Advanced-control Timer
50 - General Purpose Timers (17)
51 - Watchdog Timers (2)
52 - USART/UART (6)
53 - I2C (3)
54 - SPI (3)
55 - SDIO
56 - 2xCAN
57 - USB 2.0 OTG FS with on-chip PHY
58 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
59 - 10/100 Ethernet MAC with dedicated DMA
60 - 8- to 14-bit parallel camera
61 - CRC calculation unit
62 - True random number generator
63 - DMA Controller
66 - `STM32F407VG on www.st.com`_
67 - `STM32F407 reference manual`_
74 +-----------+------------+-------------------------------------+
77 | NVIC | on-chip | nested vector interrupt controller |
78 +-----------+------------+-------------------------------------+
79 | UART | on-chip | serial port-polling; |
80 | | | serial port-interrupt |
81 +-----------+------------+-------------------------------------+
82 | PINMUX | on-chip | pinmux |
83 +-----------+------------+-------------------------------------+
84 | GPIO | on-chip | gpio |
85 +-----------+------------+-------------------------------------+
86 | PWM | on-chip | pwm |
87 +-----------+------------+-------------------------------------+
88 | USB | on-chip | usb |
89 +-----------+------------+-------------------------------------+
90 | CAN | on-chip | CAN controller |
91 +-----------+------------+-------------------------------------+
107 input/output, pull-up, etc.
112 ----------------------------------
114 .. rst-class:: rst-columns
116 - UART_1_TX : PB6
117 - UART_1_RX : PB7
118 - UART_2_TX : PA2
119 - UART_2_RX : PA3
120 - USER_PB : PA0
121 - LD3 : PD13
122 - LD4 : PD12
123 - LD5 : PD14
124 - LD6 : PD15
125 - USB DM : PA11
126 - USB DP : PA12
127 - CAN1_RX : PB8
128 - CAN1_TX : PB9
129 - CAN2_RX : PB5
130 - CAN2_TX : PB13
144 Please note that ST-Link Virtual Com Port is not wired to chip serial port. In order to
151 STM32F4DISCOVERY Discovery kit includes an ST-LINK/V2 embedded debug tool interface.
161 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
164 the ``--runner`` (or ``-r``) option:
166 .. code-block:: console
168 $ west flash --runner openocd
169 $ west flash --runner jlink
172 -------------------------------------------
174 Here is an example for the :zephyr:code-sample:`blinky` application.
178 .. code-block:: console
180 $ minicom -D /dev/ttyACM0
184 .. zephyr-app-commands::
185 :zephyr-app: samples/basic/blinky
195 :zephyr:code-sample:`hello_world` application.
197 .. zephyr-app-commands::
198 :zephyr-app: samples/hello_world
200 :maybe-skip-config:
204 https://www.st.com/en/evaluation-tools/stm32f4discovery.html
207 https://www.st.com/resource/en/user_manual/dm00039084.pdf
210 https://www.st.com/en/microcontrollers/stm32f407vg.html
213 https://www.st.com/resource/en/reference_manual/dm00031020.pdf
216 https://www.skpang.co.uk/products/can-bus-can-fd-breakout-board-5v-supply-and-3-3v-logic
219 https://www.st.com/en/development-tools/stm32cubeprog.html