Lines Matching +full:analog +full:- +full:alt +full:- +full:mode

5 The STM32 Nucleo-64 development board with STM32L053R8 MCU, supports Arduino and ST morpho connecti…
15 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in QFP64 package
27 - Two types of extension resources:
29 - Arduino* Uno V3 connectivity
30 - ST morpho extension pin headers for full access to all STM32 I/Os
32 - ARM* mbed*
33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
35 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
37 - Flexible board power supply:
39 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
40 - Power management access point
42 - Three LEDs:
44 - USB communication (LD1), user LED (LD2), power LED (LD3)
46 - Two push-buttons: USER and RESET
47 - USB re-enumeration capability. Three different interfaces supported on USB:
49 - Virtual COM port
50 - Mass storage
51 - Debug port
53 - Support of wide choice of Integrated Development Environments (IDEs) including:
55 - IAR
56 - ARM Keil
57 - GCC-based IDEs
68 +-----------+------------+-------------------------------------+
71 | NVIC | on-chip | nested vector interrupt controller |
72 +-----------+------------+-------------------------------------+
73 | UART | on-chip | serial port-polling; |
74 | | | serial port-interrupt |
75 +-----------+------------+-------------------------------------+
76 | PINMUX | on-chip | pinmux |
77 +-----------+------------+-------------------------------------+
78 | GPIO | on-chip | gpio |
79 +-----------+------------+-------------------------------------+
80 | CLOCK | on-chip | reset and clock control |
81 +-----------+------------+-------------------------------------+
82 | I2C | on-chip | i2c controller |
83 +-----------+------------+-------------------------------------+
84 | SPI | on-chip | spi controller |
85 +-----------+------------+-------------------------------------+
86 | EEPROM | on-chip | eeprom |
87 +-----------+------------+-------------------------------------+
97 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
98 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
99 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
100 capable except for analog inputs.
103 -----------------
106 :alt: Nucleo L053R8 connectors
109 ----------------------------------
111 - UART_1 TX/RX : PB6/PB7
112 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
113 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
114 - SPI1 SCK/MISO/MOSI : PA5/PA6/PA7 (Arduino SPI)
115 - USER_PB : PC13
116 - LD2 : PA5
118 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
123 Nucleo L053R8 board includes an ST-LINK/V2-1 embedded debug tool interface.
133 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
136 the ``--runner`` (or ``-r``) option:
138 .. code-block:: console
140 $ west flash --runner openocd
141 $ west flash --runner jlink
144 ----------------------------------------
146 Here is an example for the :zephyr:code-sample:`blinky` application.
148 .. zephyr-app-commands::
149 :zephyr-app: samples/basic/blinky
159 :zephyr:code-sample:`hello_world` application.
161 .. zephyr-app-commands::
162 :zephyr-app: samples/hello_world
164 :maybe-skip-config:
170 .. target-notes::
173 https://www.st.com/en/evaluation-tools/nucleo-l053r8.html
178 .. _STM32 Nucleo-64 board User Manual:
182 https://www.st.com/en/development-tools/stm32cubeprog.html