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

6 The Nucleo L4A6ZG board features an ARM Cortex-M4 based STM32L4A6ZG MCU
8 some highlights of the Nucleo L4A6ZG board:
11 - STM32 microcontroller in QFP144 package
12 - USB OTG FS with Micro-AB connector
13 - Two types of extension resources:
15 - Arduino Uno V3 connectivity
16 - ST morpho extension pin headers for full access to all STM32 I/Os
18 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
19 - Flexible board power supply:
21 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
22 - Power management access point
24 - 8 LEDs: user LEDs (LD1, LD2, LD3), communication LED (LD4), USB
26 - 2 push buttons: USER and RESET
28 More information about the board can be found at the `Nucleo L4A6ZG website`_.
35 - Ultra-low-power with FlexPowerControl (down to 108 nA Standby mode and 91 uA/MHz run mode)
36 - Core: ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU, frequency up to 80 MHz, 100DMIPS/1.25DMIPS/M…
37 - Clock Sources:
39 - 4 to 48 MHz crystal oscillator
40 - 32 kHz crystal oscillator for RTC (LSE)
41 - Internal 16 MHz factory-trimmed RC ( |plusminus| 1%)
42 - Internal low-power 32 kHz RC ( |plusminus| 5%)
43 - Internal multispeed 100 kHz to 48 MHz oscillator, auto-trimmed by
45 - 3 PLLs for system clock, USB, audio, ADC
47 - RTC with HW calendar, alarms and calibration
48 - LCD 8 x 40 or 4 x 44 with step-up converter
49 - Up to 24 capacitive sensing channels: support touchkey, linear and rotary touch sensors
50 - 16x timers:
52 - 2x 16-bit advanced motor-control
53 - 2x 32-bit and 5x 16-bit general purpose
54 - 2x 16-bit basic
55 - 2x low-power 16-bit timers (available in Stop mode)
56 - 2x watchdogs
57 - SysTick timer
59 - Up to 136 fast I/Os, most 5 V-tolerant, up to 14 I/Os with independent supply down to 1.08 V
60 - Memories
62 - Up to 1 MB Flash, 2 banks read-while-write, proprietary code readout protection
63 - Up to 320 KB of SRAM including 64 KB with hardware parity check
64 - External memory interface for static memories supporting SRAM, PSRAM, NOR and NAND memories
65 - Quad SPI memory interface
67 - 4x digital filters for sigma delta modulator
68 - Rich analog peripherals (independent supply)
70 - 3x 12-bit ADC 5 MSPS, up to 16-bit with hardware oversampling, 200 uA/MSPS
71 - 2x 12-bit DAC, low-power sample and hold
72 - 2x operational amplifiers with built-in PGA
73 - 2x ultra-low-power comparators
75 - 20x communication interfaces
77 - USB OTG 2.0 full-speed, LPM and BCD
78 - 2x SAIs (serial audio interface)
79 - 4x I2C FM+(1 Mbit/s), SMBus/PMBus
80 - 5x U(S)ARTs (ISO 7816, LIN, IrDA, modem)
81 - 1x LPUART
82 - 3x SPIs (4x SPIs with the Quad SPI)
83 - 2x CAN (2.0B Active) and SDMMC interface
84 - SWPMI single wire protocol master I/F
85 - IRTIM (Infrared interface)
87 - 14-channel DMA controller
88 - True random number generator
89 - CRC calculation unit, 96-bit unique ID
90 - AES and HASH hardware accelerators
91 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell |trade|
96 - `STM32L4A6ZG on www.st.com`_
97 - `STM32L4A6 reference manual`_
104 +-----------+------------+-------------------------------------+
107 | AES | on-chip | crypto |
108 +-----------+------------+-------------------------------------+
109 | FLASH | on-chip | flash memory |
110 +-----------+------------+-------------------------------------+
111 | GPIO | on-chip | gpio |
112 +-----------+------------+-------------------------------------+
113 | I2C | on-chip | i2c |
114 +-----------+------------+-------------------------------------+
115 | NVIC | on-chip | nested vector interrupt controller |
116 +-----------+------------+-------------------------------------+
117 | PINMUX | on-chip | pinmux |
118 +-----------+------------+-------------------------------------+
119 | PWM | on-chip | pwm |
120 +-----------+------------+-------------------------------------+
121 | RTC | on-chip | rtc |
122 +-----------+------------+-------------------------------------+
123 | SPI | on-chip | spi |
124 +-----------+------------+-------------------------------------+
125 | UART | on-chip | serial port-polling; |
126 | | | serial port-interrupt |
127 +-----------+------------+-------------------------------------+
128 | WATCHDOG | on-chip | System Window Watchdog |
129 +-----------+------------+-------------------------------------+
140 Nucleo L4A6ZG Board has 8 GPIO controllers. These controllers are responsible for pin muxing,
141 input/output, pull-up, etc.
143 For more details please refer to `STM32 Nucleo-144 board User Manual`_.
146 ----------------------------------
148 - LPUART_1 TX/RX : PG7/PG8 (ST-Link Virtual COM Port)
149 - UART_3 TX/RX : PD8/PD9 (Arduino Serial)
150 - I2C_1 SCL/SDA : PB8/PB7 (Arduino I2C)
151 - SPI_1 SCK/MISO/MOSI/NSS : PA5/PA6/PA7/PD14 (Arduino SPI)
152 - USER_PB : PC13
153 - PWM_15_CH1 : PB14 (Red LED)
154 - LD1 : PC7 (Green LED)
155 - LD2 : PB7 (Blue LED)
156 - LD3 : PB14 (Red LED)
159 ------------
161 Nucleo L4A6ZG system clock could be driven by internal or external oscillator,
167 -----------
169 Nucleo L4A6ZG board has 5 UARTs. The Zephyr console output is assigned to LPUART1,
170 which is connected to the onboard ST-LINK/V2-1. Virtual COM port interface.
177 Nucleo L4A6ZG board includes an ST-LINK/V2-1 embedded debug tool interface.
187 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
190 the ``--runner`` (or ``-r``) option:
192 .. code-block:: console
194 $ west flash --runner openocd
195 $ west flash --runner jlink
197 Flashing an application to Nucleo L4A6ZG
198 ----------------------------------------
200 Connect the Nucleo L4A6ZG to your host computer using the ST-LINK USB port.
202 :zephyr:code-sample:`hello_world` application.
204 Run a serial host program to connect with your Nucleo board:
206 .. code-block:: console
208 $ minicom -D /dev/ttyUSB0
212 .. zephyr-app-commands::
213 :zephyr-app: samples/hello_world
219 .. code-block:: console
227 :zephyr:code-sample:`hello_world` application.
229 .. zephyr-app-commands::
230 :zephyr-app: samples/hello_world
232 :maybe-skip-config:
236 https://www.st.com/en/evaluation-tools/nucleo-l4a6zg.html
238 .. _STM32 Nucleo-144 board User Manual:
242 https://www.st.com/en/microcontrollers-microprocessors/stm32l4a6zg.html
248 https://www.st.com/en/development-tools/stm32cubeprog.html