Lines Matching +full:quad +full:- +full:output

6 The Nucleo L433RC board features an ARM Cortex-M4 based STM32L433RC MCU
10 - STM32 microcontroller in LQFP64 package
11 - Arduino Uno V3 connectivity
12 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
13 - Flexible board power supply:
15 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
16 - Power management access point
18 - Three LEDs: USB communication (LD1), power LED (LD3), user LED (LD4)
19 - One push-button: RESET
21 More information about the board can be found at the `Nucleo L433RC-P website`_.
28 - Ultra-low-power with FlexPowerControl (down to 28 nA Standby mode and 84
30 - Core: ARM |reg| 32-bit Cortex |reg| -M4 CPU with FPU, frequency up to 80 MHz,
32 - Clock Sources:
34 - 32 kHz crystal oscillator for RTC (LSE)
35 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
36 - Internal low-power 32 kHz RC ( |plusminus| 5%)
37 - Internal multispeed 100 kHz to 48 MHz oscillator, auto-trimmed by
39 - 2 PLLs for system clock, USB, audio, ADC
41 - RTC with HW calendar, alarms and calibration
42 - Up to 21 capacitive sensing channels: support touchkey, linear and rotary touch sensors
43 - 11x timers:
45 - 1x 16-bit advanced motor-control
46 - 1x 32-bit and 2x 16-bit general purpose
47 - 2x 16-bit basic
48 - 2x low-power 16-bit timers (available in Stop mode)
49 - 2x watchdogs
50 - SysTick timer
52 - Up to 83 fast I/Os, most 5 V-tolerant
53 - Memories
55 - Up to 256 KB single bank Flash, proprietary code readout protection
56 - 64 KB of SRAM including 16 KB with hardware parity check
57 - Quad SPI memory interface
59 - Rich analog peripherals (independent supply)
61 - 1x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200
63 - 2x 12-bit DAC output channels, low-power sample and hold
64 - 1x operational amplifiers with built-in PGA
65 - 2x ultra-low-power comparators
67 - 17x communication interfaces
69 - USB 2.0 full-speed crystal less solution with LPM and BCD
70 - 1x SAI (serial audio interface)
71 - 3x I2C FM+(1 Mbit/s), SMBus/PMBus
72 - 4x USARTs (ISO 7816, LIN, IrDA, modem)
73 - 1x LPUART (Stop 2 wake-up)
74 - 3x SPIs (and 1x Quad SPI)
75 - CAN (2.0B Active) and SDMMC interface
76 - SWPMI single wire protocol master I/F
77 - IRTIM (Infrared interface)
79 - 14-channel DMA controller
80 - True random number generator
81 - CRC calculation unit, 96-bit unique ID
82 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell*
87 - `STM32L433RC on www.st.com`_
88 - `STM32L432 reference manual`_
95 +-----------+------------+-------------------------------------+
98 | NVIC | on-chip | nested vector interrupt controller |
99 +-----------+------------+-------------------------------------+
100 | UART | on-chip | serial port-polling; |
101 | | | serial port-interrupt |
102 +-----------+------------+-------------------------------------+
103 | PINMUX | on-chip | pinmux |
104 +-----------+------------+-------------------------------------+
105 | GPIO | on-chip | gpio |
106 +-----------+------------+-------------------------------------+
107 | I2C | on-chip | i2c |
108 +-----------+------------+-------------------------------------+
109 | PWM | on-chip | pwm |
110 +-----------+------------+-------------------------------------+
111 | CAN | on-chip | can |
112 +-----------+------------+-------------------------------------+
113 | SPI | on-chip | spi |
114 +-----------+------------+-------------------------------------+
127 Nucleo L433RC-P Board has 6 GPIO controllers. These controllers are responsible for pin muxing,
128 input/output, pull-up, etc.
131 ---------------
134 :alt: Nucleo L433RC-P
136 For more details please refer to `ST Nucleo L433RC-P User Manual`_.
139 ----------------------------------
141 - LPUART_1_TX : PA2
142 - LPUART_1_RX : PA3
143 - UART_1_TX : PA9
144 - UART_1_RX : PA10
145 - I2C_1_SCL : PB6
146 - I2C_1_SDA : PB7
147 - PWM_2_CH1 : PA0
148 - LD4 : PB13
149 - SPI_1: NSS/SCK/MISO/MOSI : PA4/PA5/PA6/PA7
150 - SPI_2: NSS/SCK/MISO/MOSI : PA11/PB13/PB14/PB15 (Arduino SPI)
153 ------------
155 Nucleo L433RC-P System Clock could be driven by internal or external oscillator,
160 -----------
162 Nucleo L433RC-P board has 4 U(S)ARTs and 1 LPUART. The Zephyr console output is assigned
169 Nucleo L433RC-P board includes an ST-LINK/V2-1 embedded debug tool interface.
179 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
182 the ``--runner`` (or ``-r``) option:
184 .. code-block:: console
186 $ west flash --runner openocd
187 $ west flash --runner jlink
189 Flashing an application to Nucleo L433RC-P
190 ------------------------------------------
192 Connect the Nucleo L433RC-P to your host computer using the USB port,
195 .. code-block:: console
197 $ picocom /dev/ttyACM0 -b 115200
200 :zephyr:code-sample:`hello_world`.
202 .. zephyr-app-commands::
203 :zephyr-app: samples/hello_world
209 .. code-block:: console
218 :zephyr:code-sample:`hello_world` application.
220 .. zephyr-app-commands::
221 :zephyr-app: samples/hello_world
223 :maybe-skip-config:
226 .. _Nucleo L433RC-P website:
227 https://www.st.com/en/evaluation-tools/nucleo-l433rc-p.html
229 .. _ST Nucleo L433RC-P User Manual:
233 https://www.st.com/en/microcontrollers-microprocessors/stm32l433rc.html
239 https://www.st.com/en/development-tools/stm32cubeprog.html