Lines Matching +full:html +full:- +full:fast
6 The Nucleo L432KC board features an ARM Cortex-M4 based STM32L432KC MCU
10 - STM32 microcontroller in UFQFPN32 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 (LD2), user LED (LD3)
19 - One push-button: RESET
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 3 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 26 fast I/Os, most 5 V-tolerant
53 - Memories
55 - Up to 256 KB single bank Flash, proprietary code readout protection
56 - Up to 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, low-power sample and hold
64 - 1x operational amplifiers with built-in PGA
65 - 2x ultra-low-power comparators
67 - 13x communication interfaces
69 - USB OTG 2.0 full-speed crystal less solution with LPM and BCD
70 - 1x SAIs (serial audio interface)
71 - 2x I2C FM+(1 Mbit/s), SMBus/PMBus
72 - 3x USARTs (ISO 7816, LIN, IrDA, modem)
73 - 2x SPIs (3x SPIs with the Quad SPI)
74 - CAN (2.0B Active)
75 - SWPMI single wire protocol master I/F
76 - IRTIM (Infrared interface)
78 - 14-channel DMA controller
79 - True random number generator
80 - CRC calculation unit, 96-bit unique ID
81 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell*
86 - `STM32L432KC on www.st.com`_
87 - `STM32L432 reference manual`_
94 +-----------+------------+-------------------------------------+
97 | NVIC | on-chip | nested vector interrupt controller |
98 +-----------+------------+-------------------------------------+
99 | UART | on-chip | serial port-polling; |
100 | | | serial port-interrupt |
101 +-----------+------------+-------------------------------------+
102 | PINMUX | on-chip | pinmux |
103 +-----------+------------+-------------------------------------+
104 | GPIO | on-chip | gpio |
105 +-----------+------------+-------------------------------------+
106 | I2C | on-chip | i2c |
107 +-----------+------------+-------------------------------------+
108 | PWM | on-chip | pwm |
109 +-----------+------------+-------------------------------------+
110 | CAN | on-chip | can |
111 +-----------+------------+-------------------------------------+
125 input/output, pull-up, etc.
128 ---------------
133 For more details please refer to `STM32 Nucleo-32 board User Manual`_.
136 ----------------------------------
138 - UART_1_TX : PA9
139 - UART_1_RX : PA10
140 - UART_2_TX : PA2
141 - UART_2_RX : PA3
142 - I2C_1_SCL : PB6
143 - I2C_1_SDA : PB7
144 - PWM_2_CH1 : PA0
145 - LD3 : PB3
148 ------------
155 -----------
164 Nucleo L432KC board includes an ST-LINK/V2-1 embedded debug tool interface.
174 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
177 the ``--runner`` (or ``-r``) option:
179 .. code-block:: console
181 $ west flash --runner openocd
182 $ west flash --runner jlink
185 ----------------------------------------
190 .. code-block:: console
192 $ minicom -D /dev/ttyACM0
195 :zephyr:code-sample:`hello_world`.
197 .. zephyr-app-commands::
198 :zephyr-app: samples/hello_world
204 .. code-block:: console
213 :zephyr:code-sample:`hello_world` application.
215 .. zephyr-app-commands::
216 :zephyr-app: samples/hello_world
218 :maybe-skip-config:
222 https://www.st.com/en/evaluation-tools/nucleo-l432kc.html
224 .. _STM32 Nucleo-32 board User Manual:
228 https://www.st.com/en/microcontrollers/stm32l432kc.html
234 https://www.st.com/en/development-tools/stm32cubeprog.html