Lines Matching +full:fault +full:- +full:gpios

5 The STM32 Nucleo-32 board provides an affordable and flexible way for users to try
14 The STM32 Nucleo-32 board does not require any separate probe as it integrates the
15 ST-LINK debugger/programmer.
17 The STM32 Nucleo-32 board comes with the STM32 comprehensive free software
27 - STM32 microcontroller in 32-pin package featuring 64 Kbytes of Flash memory
29 - Extension resource:
31 - Arduino* Nano V3 connectivity
33 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
35 - Flexible board power supply:
37 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
38 - Current consumption measurement (IDD)
40 - Four LEDs:
42 - USB communication (LD1), power LED (LD2), user LED (LD3),
43 USB power fault LED (LD4)
45 - One push-button: RESET
47 - USB re-enumeration capability. Three different interfaces supported on USB:
49 - Virtual COM port
50 - Mass storage
51 - Debug port
61 +-----------+------------+-------------------------------------+
64 | NVIC | on-chip | nested vector interrupt controller |
65 +-----------+------------+-------------------------------------+
66 | UART | on-chip | serial port-polling; |
67 | | | serial port-interrupt |
68 +-----------+------------+-------------------------------------+
69 | PINMUX | on-chip | pinmux |
70 +-----------+------------+-------------------------------------+
71 | GPIO | on-chip | gpio |
72 +-----------+------------+-------------------------------------+
73 | CLOCK | on-chip | reset and clock control |
74 +-----------+------------+-------------------------------------+
75 | I2C | on-chip | i2c controller |
76 +-----------+------------+-------------------------------------+
77 | SPI | on-chip | spi controller |
78 +-----------+------------+-------------------------------------+
88 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
89 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
90 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
94 ----------------------------------
96 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
97 - I2C2 SCL/SDA : PA9/PA10 (Arduino I2C)
98 - SPI1 SCK/MISO/MOSI : PB3/PB4/PB5 (Arduino SPI)
99 - LD3 : PC6
101 For more details please refer to `STM32 Nucleo-32 board User Manual`_.
106 Nucleo G031K8 board includes an ST-LINK/V2-1 embedded debug tool interface.
116 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
119 the ``--runner`` (or ``-r``) option:
121 .. code-block:: console
123 $ west flash --runner openocd
124 $ west flash --runner jlink
127 ----------------------------------------
129 Here is an example for the :zephyr:code-sample:`blinky` application.
131 .. zephyr-app-commands::
132 :zephyr-app: samples/basic/blinky
142 :zephyr:code-sample:`hello_world` application.
144 .. zephyr-app-commands::
145 :zephyr-app: samples/hello_world
147 :maybe-skip-config:
154 Therefore the reset button, reset-pin and the ST-Link reset have no effect.
156 Configuration needs to be changed from 2 to 1 or 3 - depending on the
162 .. target-notes::
165 https://www.st.com/en/evaluation-tools/nucleo-g031k8.html
168 …https://www.st.com/resource/en/reference_manual/rm0444-stm32g0x1-advanced-armbased-32bit-mcus-stmi…
170 .. _STM32 Nucleo-32 board User Manual:
171 …https://www.st.com/resource/en/user_manual/um2591-stm32g0-nucleo32-board-mb1455-stmicroelectronics…
174 https://www.st.com/en/development-tools/stm32cubeprog.html