Lines Matching +full:nucleo +full:- +full:64

6 The Nucleo F302R8 board features an ARM Cortex-M4 based STM32F302R8
7 mixed-signal MCU with FPU and DSP instructions capable of running at 72 MHz.
8 Here are some highlights of the Nucleo F302R8 board:
10 - STM32 microcontroller in LQFP64 package
11 - LSE crystal: 32.768 kHz crystal oscillator
12 - Two types of extension resources:
14 - Arduino* Uno V3 connectors
15 - ST morpho extension pin headers for full access to all STM32 I/Os
17 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
18 - Flexible board power supply:
20 - 5 V from ST-LINK/V2-1 USB VBUS
21 - External power sources: 3.3 V and 7 - 12 V on ST Zio or ST morpho
24 - One user LED
25 - Two push-buttons: USER and RESET
27 More information about the board can be found at the `Nucleo F302R8 website`_,
28 and in the `STM32 Nucleo-64 board User Manual`_.
33 The Nucleo F302R8 provides the following hardware components:
35 - STM32F302R8T6 in QFP64 package
36 - ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU
37 - 72 MHz max CPU frequency
38 - VDD from 2.0 V to 3.6 V
39 - 64 KB Flash
40 - 16 KB SRAM
41 - RTC
42 - Advanced-control Timer
43 - General Purpose Timers (4)
44 - Basic Timer
45 - Watchdog Timers (2)
46 - PWM channels (18)
47 - SPI/I2S (2)
48 - I2C (3)
49 - USART/UART (3/3)
50 - USB 2.0 FS with on-chip PHY
51 - CAN (2)
52 - GPIO with external interrupt capability
53 - DMA channels (7)
54 - Capacitive sensing channels (18)
55 - 12-bit ADC with 15 channels
56 - 12-bit D/A converter
57 - Analog comparator (3)
58 - Op amp
63 - `STM32F302R8 on www.st.com`_
64 - `STM32F302R8 reference manual`_
65 - `STM32F302R8 datasheet`_
73 +-----------+------------+-------------------------------------+
76 | NVIC | on-chip | nested vector interrupt controller |
77 +-----------+------------+-------------------------------------+
78 | UART | on-chip | serial port-polling; |
79 | | | serial port-interrupt |
80 +-----------+------------+-------------------------------------+
81 | PINMUX | on-chip | pinmux |
82 +-----------+------------+-------------------------------------+
83 | GPIO | on-chip | gpio |
84 +-----------+------------+-------------------------------------+
85 | PWM | on-chip | pwm |
86 +-----------+------------+-------------------------------------+
87 | I2C | on-chip | i2c |
88 +-----------+------------+-------------------------------------+
89 | SPI | on-chip | spi |
90 +-----------+------------+-------------------------------------+
91 | ADC | on-chip | ADC Controller |
92 +-----------+------------+-------------------------------------+
102 The Nucleo F302R8 Board has 5 GPIO controllers. These controllers are
103 responsible for pin muxing, input/output, pull-up, etc.
106 -----------------
109 :alt: Nucleo F302R8 connectors
112 ----------------------------------
114 The Nucleo F302R8 board features an Arduino Uno V3 connector and a ST
117 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
118 - UART_3 TX/RX : PC10/PC11
119 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
120 - SPI2 CS/SCK/MISO/MOSI : PB6/PB13/PB14/P15 (Arduino SPI)
121 - PWM_2_CH2 : PA0
122 - USER_PB : PC13
123 - LD2 : PB13
126 ------------
128 The Nucleo F302R8 System Clock can be driven by an internal or
132 on-board ST-LINK/V2-1 debugger/programmer.
135 -----------
137 The Nucleo F302R8 board has 3 UARTs. The Zephyr console output is assigned
144 The Nucleo F302R8 board includes an ST-LINK/V2-1 embedded debug tool interface.
150 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
153 the ``--runner`` (or ``-r``) option:
155 .. code-block:: console
157 $ west flash --runner openocd
158 $ west flash --runner jlink
162 https://www.st.com/en/evaluation-tools/nucleo-f302r8.html
164 .. _STM32 Nucleo-64 board User Manual:
177 https://www.st.com/en/development-tools/stm32cubeprog.html