Lines Matching +full:fault +full:- +full:gpios
5 The STM32 Nucleo-64 development board with STM32C071RB MCU, supports Arduino and ST morpho connecti…
11 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
26 - STM32 microcontroller in 64-pin package featuring 128 Kbytes of Flash memory
28 - Extension resource:
30 - Arduino* Uno V3 connectivity
32 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
34 - Flexible board power supply:
36 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
37 - Current consumption measurement (IDD)
39 - Four LEDs:
41 - USB communication (LD1), USB power fault LED (LD2), power LED (LD3),
44 - Two push-button: USER and RESET
46 - USB re-enumeration capability. Three different interfaces supported on USB:
48 - Virtual COM port
49 - Mass storage
50 - Debug port
60 +-----------+------------+-------------------------------------+
63 | NVIC | on-chip | nested vector interrupt controller |
64 +-----------+------------+-------------------------------------+
65 | UART | on-chip | serial port-polling; |
66 | | | serial port-interrupt |
67 +-----------+------------+-------------------------------------+
68 | PINMUX | on-chip | pinmux |
69 +-----------+------------+-------------------------------------+
70 | GPIO | on-chip | gpio |
71 +-----------+------------+-------------------------------------+
72 | CLOCK | on-chip | reset and clock control |
73 +-----------+------------+-------------------------------------+
74 | RTC | on-chip | counter |
75 +-----------+------------+-------------------------------------+
76 | IWDG | on-chip | independent watchdog |
77 +-----------+------------+-------------------------------------+
78 | WWDG | on-chip | window watchdog |
79 +-----------+------------+-------------------------------------+
80 | PWM | on-chip | pwm |
81 +-----------+------------+-------------------------------------+
82 | ADC | on-chip | ADC Controller |
83 +-----------+------------+-------------------------------------+
84 | die-temp | on-chip | die temperature sensor |
85 +-----------+------------+-------------------------------------+
86 | I2C | on-chip | i2c |
87 +-----------+------------+-------------------------------------+
88 | DMA | on-chip | Direct Memory Access |
89 +-----------+------------+-------------------------------------+
90 | RTC | on-chip | rtc |
91 +-----------+------------+-------------------------------------+
92 | SPI | on-chip | spi |
93 +-----------+------------+-------------------------------------+
103 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
104 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
105 GPIO pins are shared with digital or analog alternate functions. All GPIOs are high current
109 ----------------------------------
111 - I2C1 SCL/SDA : PB8/PB9 (Arduino I2C)
112 - LD1 : PA5
113 - LD2 : PC9
114 - SPI1 NSS/SCK/MISO/MOSI : PA4/PA5/PA11/PA12 (Arduino SPI)
115 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
116 - USER_PB : PC13
119 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
124 Nucleo C071RB board includes an ST-LINK/V2-1 embedded debug tool interface.
134 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
137 ----------------------------------------
139 Here is an example for the :zephyr:code-sample:`blinky` application.
141 .. zephyr-app-commands::
142 :zephyr-app: samples/basic/blinky
151 .. target-notes::
154 https://www.st.com/en/evaluation-tools/nucleo-c071rb.html
157 …https://www.st.com/resource/en/reference_manual/rm0490-stm32c0x1-advanced-armbased-64bit-mcus-stmi…
159 .. _STM32 Nucleo-64 board User Manual:
160 …https://www.st.com/resource/en/user_manual/um2953-stm32c0-nucleo64-board-mb1717-stmicroelectronics…
163 https://www.st.com/en/development-tools/stm32cubeprog.html