Lines Matching +full:battery +full:- +full:management
6 The BLACK_F407VE board features an ARM Cortex-M4 based STM32F407xx MCU
11 - STM32 microcontroller in LQFP100 package
12 - Extension header for all LQFP100 I/Os for quick connection to prototyping
14 - Flexible board power supply:
16 - USB VBUS or external source (3.3V, 5V)
17 - Power management access point
19 - Three LEDs:
21 - 3.3 V power on (LD0)
22 - Two user LEDs: green (LD1), green (LD2)
24 - Four push-buttons: RESET, K0, K1 and WK_UP
25 - Mini-AB connector
27 See also board descriptions at `STM32-base website`_,
41 - STM32F407VET6 in LQFP100 package
42 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
43 - 168 MHz max CPU frequency
44 - VDD from 1.8 V to 3.6 V
45 - 8MHz system crystal
46 - 32.768KHz RTC crystal
47 - JTAG/SWD header
48 - 512 kB Flash
49 - 192+4 KB SRAM including 64-Kbyte of core coupled memory
50 - GPIO with external interrupt capability
51 - 3x12-bit ADC with 24 channels
52 - 2x12-bit D/A converters
53 - RTC battery CR1220
54 - Advanced-control Timer (2)
55 - General Purpose Timers (12)
56 - Watchdog Timers (2)
57 - USART (3), UART (2)
58 - I2C (3)
59 - I2S (2)
60 - SPI (3)
61 - SDIO (1)
62 - CAN (2)
63 - USB 2.0 OTG FS with on-chip PHY
64 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
65 - 10/100 Ethernet MAC with dedicated DMA
66 - CRC calculation unit
67 - True random number generator
68 - DMA Controller
69 - Micro SD
70 - 1x 10/100 Ethernet MAC
71 - 1x 8 to 12-bit Parallel Camera interface
72 - Micro USB for power and comms
73 - 2x jumpers for bootloader selection
74 - 2x16 FMSC LCD Interface
75 - NRF24L01 socket
76 - Dimensions: 85.1mm x 72.45mm
79 - `STM32F407VE on www.st.com`_
87 +-----------+------------+-------------------------------------+
90 | NVIC | on-chip | nested vector interrupt controller |
91 +-----------+------------+-------------------------------------+
92 | UART | on-chip | serial port-polling; |
93 | | | serial port-interrupt |
94 +-----------+------------+-------------------------------------+
95 | PINMUX | on-chip | pinmux |
96 +-----------+------------+-------------------------------------+
97 | GPIO | on-chip | gpio |
98 +-----------+------------+-------------------------------------+
99 | PWM | on-chip | pwm |
100 +-----------+------------+-------------------------------------+
101 | USB | on-chip | usb |
102 +-----------+------------+-------------------------------------+
103 | CAN | on-chip | CAN controller |
104 +-----------+------------+-------------------------------------+
105 | SPI | on-chip | spi |
106 +-----------+------------+-------------------------------------+
122 muxing, input/output, pull-up, etc.
132 .. image:: img/stm32f407vet6_st-link02.jpg
137 ----------------------------------
139 .. rst-class:: rst-columns
141 - UART_1_TX : PA9
142 - UART_1_RX : PA10
143 - UART_2_TX : PA2
144 - UART_2_RX : PA3
145 - USER_PB : PA0
146 - LD3 : PD13
147 - LD4 : PD12
148 - LD5 : PD14
149 - LD6 : PD15
150 - USB DM : PA11
151 - USB DP : PA12
152 - CAN1_RX : PD0
153 - CAN1_TX : PD1
154 - CAN2_RX : PB12
155 - CAN2_TX : PB13
156 - SPI1 MISO : PB4
157 - SPI1 MOSI : PB5
158 - SPI1 SCK : PB3
159 - SPI1 Flash CS : PB0
160 - SPI2 MISO : PC2
161 - SPI2 MOSI : PC3
162 - SPI2 SCK : PB10
176 Please note that ST-Link Virtual Com Port is not wired to chip serial port.
191 BLACK_F407VE board includes an ST-LINK/V2 embedded debug tool interface.
195 ---------------------------------------
197 Here is an example for the :zephyr:code-sample:`blinky` application.
201 .. code-block:: console
203 $ minicom -D /dev/ttyACM0
207 .. zephyr-app-commands::
208 :zephyr-app: samples/basic/blinky
218 :zephyr:code-sample:`hello_world` application.
220 .. zephyr-app-commands::
221 :zephyr-app: samples/hello_world
223 :maybe-skip-config:
226 .. _STM32-base website:
227 https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0.html