Lines Matching +full:nucleo +full:- +full:144

6 The Nucleo F207ZG board features an ARM Cortex-M3 based STM32F207ZG MCU
8 some highlights of the Nucleo F207ZG board:
10 - STM32 microcontroller in LQFP144 package
11 - Ethernet compliant with IEEE-802.3-2002
12 - Two types of extension resources:
14 - ST Zio connector including: support for Arduino* Uno V3 connectivity
17 - ST morpho extension pin headers for full access to all STM32 I/Os
19 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
20 - Flexible board power supply:
22 - 5 V from ST-LINK/V2-1 USB VBUS
23 - External power sources: 3.3 V and 7 - 12 V on ST Zio or ST morpho
26 - Three user LEDs
27 - Two push-buttons: USER and RESET
29 More information about the board can be found at the `Nucleo F207ZG website`_.
34 Nucleo F207ZG provides the following hardware components:
36 - STM32F207ZGT6 in LQFP144 package
37 - ARM |reg| 32-bit Cortex |reg| -M3 CPU
38 - 120 MHz max CPU frequency
39 - VDD from 1.7 V to 3.6 V
40 - 1 MB Flash
41 - 128 KB SRAM
42 - GPIO with external interrupt capability
43 - 12-bit ADC with 24 channels
44 - RTC
45 - 17 General purpose timers
46 - 2 watchdog timers (independent and window)
47 - SysTick timer
48 - USART/UART (6)
49 - I2C (3)
50 - SPI (3)
51 - SDIO
52 - USB 2.0 OTG FS
53 - DMA Controller
54 - 10/100 Ethernet MAC with dedicated DMA
55 - CRC calculation unit
56 - True random number generator
60 - `STM32F207ZG on www.st.com`_
61 - `STM32F207 reference manual`_
68 +-------------+------------+-------------------------------------+
71 | NVIC | on-chip | nested vector interrupt controller |
72 +-------------+------------+-------------------------------------+
73 | UART | on-chip | serial port-polling; |
74 | | | serial port-interrupt |
75 +-------------+------------+-------------------------------------+
76 | PINMUX | on-chip | pinmux |
77 +-------------+------------+-------------------------------------+
78 | GPIO | on-chip | gpio |
79 +-------------+------------+-------------------------------------+
80 | ETHERNET | on-chip | Ethernet |
81 +-------------+------------+-------------------------------------+
82 | I2C | on-chip | i2c |
83 +-------------+------------+-------------------------------------+
84 | USB | on-chip | USB device |
85 +-------------+------------+-------------------------------------+
86 | SPI | on-chip | spi |
87 +-------------+------------+-------------------------------------+
88 | WATCHDOG | on-chip | independent watchdog |
89 +-------------+------------+-------------------------------------+
90 | ADC | on-chip | ADC Controller |
91 +-------------+------------+-------------------------------------+
92 | DAC | on-chip | DAC Controller |
93 +-------------+------------+-------------------------------------+
94 | Backup SRAM | on-chip | Backup SRAM |
95 +-------------+------------+-------------------------------------+
96 | PWM | on-chip | PWM |
97 +-------------+------------+-------------------------------------+
98 | RNG | on-chip | Random Number Generator |
99 +-------------+------------+-------------------------------------+
100 | DMA | on-chip | Direct Memory Access |
101 +-------------+------------+-------------------------------------+
102 | die-temp | on-chip | die temperature sensor |
103 +-------------+------------+-------------------------------------+
104 | RTC | on-chip | rtc |
105 +-------------+------------+-------------------------------------+
116 Nucleo F207ZG Board has 8 GPIO controllers. These controllers are responsible for pin muxing,
117 input/output, pull-up, etc.
120 ---------------
123 :alt: Nucleo F207ZG ZIO connectors (left)
126 :alt: Nucleo F207ZG ZIO connectors (right)
129 :alt: Nucleo F207ZG Morpho connectors (left)
132 :alt: Nucleo F207ZG Morpho connectors (right)
134 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
137 ----------------------------------
139 - UART_3 TX/RX : PD8/PD9 (ST-Link Virtual Port Com)
140 - UART_6 TX/RX : PG14/PG9 (Arduino Serial)
141 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
142 - SPI1 NSS/SCK/MISO/MOSI : PD14/PA5/PA6/PA7 (Arduino SPI)
143 - ETH : PA1, PA2, PA7, PB13, PC1, PC4, PC5, PG11, PG13
144 - USB_DM : PA11
145 - USB_DP : PA12
146 - USER_PB : PC13
147 - LD1 : PB0
148 - LD2 : PB7
149 - LD3 : PB14
150 - DAC: PA4
151 - ADC: PA0
152 - PWM_1_CH1 : PE9
155 ------------
157 Nucleo F207ZG System Clock could be driven by internal or external oscillator,
162 -----------
164 Nucleo F207ZG board has 4 UARTs. The Zephyr console output is assigned to UART3.
168 -----------------
173 ---
174 Nucleo F207ZG board has a USB OTG dual-role device (DRD) controller that
179 -----------
187 Nucleo F207ZG board includes an ST-LINK/V2-1 embedded debug tool interface.
193 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
196 the ``--runner`` (or ``-r``) option:
198 .. code-block:: console
200 $ west flash --runner openocd
201 $ west flash --runner jlink
205 https://www.st.com/en/evaluation-tools/nucleo-f207zg.html
207 .. _STM32 Nucleo-144 board User Manual:
217 https://www.st.com/en/development-tools/stm32cubeprog.html