Lines Matching +full:in1 +full:- +full:gpios

5 The Nucleo G070RB board features an ARM Cortex-M0+ based STM32G070RB MCU
9 - STM32 microcontroller in QFP64 package
10 - Two types of extension resources:
12 - Arduino Uno V3 connectivity
13 - ST morpho extension pin headers for full access to all STM32 I/Os
15 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector
16 - Flexible board power supply:
18 - USB VBUS or external source(3.3V, 5V, 7 - 12V)
19 - Power management access point
21 - Three LEDs: USB communication (LD1), user LED (LD4), power LED (LD3)
22 - Two push-buttons: USER and RESET
30 - STM32 microcontroller in LQFP64 package
31 - Two types of extension resources:
33 - Arduino* Uno V3 connectivity
34 - ST morpho extension pin headers for full access to all STM32 I/Os
36 - ARM* mbed*
37 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
39 - Selection-mode switch to use the kit as a standalone ST-LINK/V2-1
41 - Flexible board power supply:
43 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
44 - Power management access point
46 - Three LEDs:
48 - USB communication (LD1), user LED (LD4), power LED (LD3)
50 - Two push-buttons: USER and RESET
51 - USB re-enumeration capability. Three different interfaces supported on USB:
53 - Virtual COM port
54 - Mass storage
55 - Debug port
57 - Support of wide choice of Integrated Development Environments (IDEs) including:
59 - IAR
60 - ARM Keil
61 - GCC-based IDEs
65 - `G070RB on www.st.com`_
72 +-----------+------------+-------------------------------------+
75 | MPU | on-chip | arm memory protection unit |
76 +-----------+------------+-------------------------------------+
77 | NVIC | on-chip | nested vector interrupt controller |
78 +-----------+------------+-------------------------------------+
79 | UART | on-chip | serial port-polling; |
80 | | | serial port-interrupt |
81 +-----------+------------+-------------------------------------+
82 | PINMUX | on-chip | pinmux |
83 +-----------+------------+-------------------------------------+
84 | GPIO | on-chip | gpio |
85 +-----------+------------+-------------------------------------+
86 | I2C | on-chip | i2c |
87 +-----------+------------+-------------------------------------+
88 | SPI | on-chip | spi |
89 +-----------+------------+-------------------------------------+
90 | CLOCK | on-chip | reset and clock control |
91 +-----------+------------+-------------------------------------+
92 | FLASH | on-chip | flash memory |
93 +-----------+------------+-------------------------------------+
94 | COUNTER | on-chip | rtc |
95 +-----------+------------+-------------------------------------+
96 | WATCHDOG | on-chip | independent watchdog |
97 +-----------+------------+-------------------------------------+
98 | PWM | on-chip | pwm |
99 +-----------+------------+-------------------------------------+
100 | ADC | on-chip | adc |
101 +-----------+------------+-------------------------------------+
102 | die-temp | on-chip | die temperature sensor |
103 +-----------+------------+-------------------------------------+
113 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
114 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
115 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
119 ----------------------------------
121 - UART_1 TX/RX : PC4/PC5
122 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
123 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
124 - I2C2 SCL/SDA : PA11/PA12
125 - SPI1 NSS/SCK/MISO/MOSI : PB0/PA5/PA6/PA7 (Arduino SPI)
126 - SPI2 NSS/SCK/MISO/MOSI : PB12/PB13/PB14/PB15
127 - USER_PB : PC13
128 - LD4 : PA5
129 - PWM : PA6
130 - ADC1 IN0 : PA0
131 - ADC1 IN1 : PA1
132 - DAC1_OUT1 : PA4
134 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
139 Nucleo G070RB board includes an ST-LINK/V2-1 embedded debug tool interface.
149 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
152 the ``--runner`` (or ``-r``) option:
154 .. code-block:: console
156 $ west flash --runner openocd
157 $ west flash --runner jlink
158 $ west flash --runner pyocd
161 ----------------------------------------
163 Here is an example for the :zephyr:code-sample:`blinky` application.
165 .. zephyr-app-commands::
166 :zephyr-app: samples/basic/blinky
176 :zephyr:code-sample:`hello_world` application.
178 .. zephyr-app-commands::
179 :zephyr-app: samples/hello_world
181 :maybe-skip-config:
187 .. target-notes::
190 https://www.st.com/en/evaluation-tools/nucleo-g070rb.html
192 .. _STM32 Nucleo-64 board User Manual:
199 https://www.st.com/en/development-tools/stm32cubeprog.html