Lines Matching +full:nucleo +full:- +full:64
6 The Nucleo F303RE board features an ARM Cortex-M4 based STM32F303RE
7 mixed-signal MCU with FPU and DSP instructions capable of running at 72 MHz.
8 Here are some highlights of the Nucleo F303RE 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 F303RE website`_,
28 and in the `STM32 Nucleo-64 board User Manual`_.
33 The Nucleo F303RE provides the following hardware components:
35 - STM32F303RET6 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 - 512 KB Flash
40 - 64 + 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 (12)
54 - Capacitive sensing channels (18)
55 - 12-bit ADC with 40 channels (4)
56 - 12-bit D/A converter with two channels
57 - Analog comparator (7)
58 - Op amp (4)
59 - Capacitive sensing 24 channels
64 - `STM32F303RE on www.st.com`_
65 - `STM32F303RE reference manual`_
66 - `STM32F303RE datasheet`_
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 | RTC | on-chip | rtc |
87 +-----------+------------+-------------------------------------+
88 | I2C | on-chip | i2c |
89 +-----------+------------+-------------------------------------+
90 | SPI | on-chip | spi |
91 +-----------+------------+-------------------------------------+
101 The Nucleo F303RE Board has 5 GPIO controllers. These controllers are
102 responsible for pin muxing, input/output, pull-up, etc.
105 -----------------
108 :alt: Nucleo F303RE connectors
111 ----------------------------------
113 The Nucleo F303RE board features an Arduino Uno V3 connector and a ST
116 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
117 - USER_PB : PC13
118 - LD2 : PA5
121 ------------
123 The Nucleo F303RE System Clock can be driven by an internal or
127 on-board ST-LINK/V2-1 debugger/programmer.
130 -----------
132 The Nucleo F303RE board has 2 UARTs. The Zephyr console output is assigned
138 The Nucleo F303RE board includes an ST-LINK/V2-1 embedded debug tool interface.
144 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
147 the ``--runner`` (or ``-r``) option:
149 .. code-block:: console
151 $ west flash --runner openocd
152 $ west flash --runner jlink
156 https://www.st.com/en/evaluation-tools/nucleo-f303re.html
158 .. _STM32 Nucleo-64 board User Manual:
171 https://www.st.com/en/development-tools/stm32cubeprog.html