Lines Matching +full:battery +full:- +full:management

6 The BLACK_F407ZG_PRO board features an ARM Cortex-M4 based STM32F407zg MCU
11 - STM32 microcontroller in LQFP144 package
12 - Extension header for all LQFP144 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
38 - STM32F407ZGT6 in LQFP144 package
39 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
40 - 168 MHz max CPU frequency
41 - VDD from 1.8 V to 3.6 V
42 - 8MHz system crystal
43 - 32.768KHz RTC crystal
44 - JTAG/SWD header
45 - 1024 kB Flash
46 - 192+4 KB SRAM including 64-Kbyte of core coupled memory
47 - GPIO with external interrupt capability
48 - 3x12-bit ADC with 24 channels
49 - 2x12-bit D/A converters
50 - RTC battery CR1220
51 - Advanced-control Timer (2)
52 - General Purpose Timers (12)
53 - Watchdog Timers (2)
54 - USART (3), UART (2)
55 - I2C (3)
56 - I2S (2)
57 - SPI (3)
58 - SDIO (1)
59 - CAN (2)
60 - USB 2.0 OTG FS with on-chip PHY
61 - USB 2.0 OTG HS/FS with dedicated DMA, on-chip full-speed PHY and ULPI
62 - 10/100 Ethernet MAC with dedicated DMA
63 - CRC calculation unit
64 - True random number generator
65 - DMA Controller
66 - Micro SD
67 - 1x 10/100 Ethernet MAC
68 - 1x 8 to 12-bit Parallel Camera interface
69 - Micro USB for power and comms
70 - 2x jumpers for bootloader selection
71 - 2x16 FMSC LCD Interface
72 - NRF24L01 socket
73 - Dimensions: 102.5mm x 74.56mm
76 - `STM32F407ZG on www.st.com`_
84 +-----------+------------+-------------------------------------+
87 | NVIC | on-chip | nested vector interrupt controller |
88 +-----------+------------+-------------------------------------+
89 | UART | on-chip | serial port-polling; |
90 | | | serial port-interrupt |
91 +-----------+------------+-------------------------------------+
92 | PINMUX | on-chip | pinmux |
93 +-----------+------------+-------------------------------------+
94 | GPIO | on-chip | gpio |
95 +-----------+------------+-------------------------------------+
96 | PWM | on-chip | pwm |
97 +-----------+------------+-------------------------------------+
98 | USB | on-chip | usb |
99 +-----------+------------+-------------------------------------+
100 | CAN | on-chip | CAN controller |
101 +-----------+------------+-------------------------------------+
102 | SPI | on-chip | spi |
103 +-----------+------------+-------------------------------------+
119 muxing, input/output, pull-up, etc.
123 ----------------------------------
125 .. rst-class:: rst-columns
127 - UART_1_TX : PB6
128 - UART_1_RX : PB7
129 - UART_2_TX : PA2
130 - UART_2_RX : PA3
131 - USER_PB : PA0
132 - LD3 : PD13
133 - LD4 : PD12
134 - LD5 : PD14
135 - LD6 : PD15
136 - USB DM : PA11
137 - USB DP : PA12
138 - CAN1_RX : PD0
139 - CAN1_TX : PD1
140 - CAN2_RX : PB12
141 - CAN2_TX : PB13
142 - SPI2 MISO : PC2
143 - SPI2 MOSI : PC3
144 - SPI2 SCK : PB10
158 Please note that ST-Link Virtual Com Port is not wired to chip serial port.
173 BLACK_F407ZG_PRO board includes an ST-LINK/V2 embedded debug tool interface.
177 -------------------------------------------
179 Here is an example for the :zephyr:code-sample:`blinky` application.
183 .. code-block:: console
185 $ minicom -D /dev/ttyACM0
189 .. zephyr-app-commands::
190 :zephyr-app: samples/basic/blinky
200 :zephyr:code-sample:`hello_world` application.
202 .. zephyr-app-commands::
203 :zephyr-app: samples/hello_world
205 :maybe-skip-config:
209 https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html