Lines Matching +full:stm32 +full:- +full:window +full:- +full:watchdog
5 The STM32 Nucleo-64 development board with STM32C031C6 MCU, supports Arduino and ST morpho connecti…
7 The STM32 Nucleo board provides an affordable, and flexible way for users to try out new concepts,
8 and build prototypes with the STM32 microcontroller, choosing from the various
11 The STM32 Nucleo board integrates the ST-LINK/V2-1 debugger and programmer.
13 The STM32 Nucleo board comes with the STM32 comprehensive software HAL library together
22 - STM32 microcontroller in 48-pin package featuring 32 Kbytes of Flash memory
24 - Extension resource:
26 - Arduino* Uno V3 connectivity
28 - On-board ST-LINK/V2-1 debugger/programmer with SWD connector:
30 - Flexible board power supply:
32 - USB VBUS or external source (3.3V, 5V, 7 - 12V)
33 - Current consumption measurement (IDD)
35 - Four LEDs:
37 - USB communication (LD1), USB power fault LED (LD2), power LED (LD3),
40 - Two push-button: USER and RESET
42 - USB re-enumeration capability. Three different interfaces supported on USB:
44 - Virtual COM port
45 - Mass storage
46 - Debug port
56 +-----------+------------+-------------------------------------+
59 | NVIC | on-chip | nested vector interrupt controller |
60 +-----------+------------+-------------------------------------+
61 | UART | on-chip | serial port-polling; |
62 | | | serial port-interrupt |
63 +-----------+------------+-------------------------------------+
64 | PINMUX | on-chip | pinmux |
65 +-----------+------------+-------------------------------------+
66 | GPIO | on-chip | gpio |
67 +-----------+------------+-------------------------------------+
68 | CLOCK | on-chip | reset and clock control |
69 +-----------+------------+-------------------------------------+
70 | RTC | on-chip | counter |
71 +-----------+------------+-------------------------------------+
72 | IWDG | on-chip | independent watchdog |
73 +-----------+------------+-------------------------------------+
74 | WWDG | on-chip | window watchdog |
75 +-----------+------------+-------------------------------------+
76 | PWM | on-chip | pwm |
77 +-----------+------------+-------------------------------------+
78 | ADC | on-chip | ADC Controller |
79 +-----------+------------+-------------------------------------+
80 | die-temp | on-chip | die temperature sensor |
81 +-----------+------------+-------------------------------------+
82 | I2C | on-chip | i2c |
83 +-----------+------------+-------------------------------------+
84 | DMA | on-chip | Direct Memory Access |
85 +-----------+------------+-------------------------------------+
86 | RTC | on-chip | rtc |
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
103 ----------------------------------
105 - UART_2 TX/RX : PA2/PA3 (ST-Link Virtual Port Com)
106 - LD4 : PA5
108 For more details please refer to `STM32 Nucleo-64 board User Manual`_.
113 Nucleo C031C6 board includes an ST-LINK/V2-1 embedded debug tool interface.
123 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
126 ----------------------------------------
128 Here is an example for the :zephyr:code-sample:`blinky` application.
130 .. zephyr-app-commands::
131 :zephyr-app: samples/basic/blinky
140 .. target-notes::
143 https://www.st.com/en/evaluation-tools/nucleo-c031c6.html
146 …https://www.st.com/resource/en/reference_manual/rm0490-stm32c0x1-advanced-armbased-64bit-mcus-stmi…
148 .. _STM32 Nucleo-64 board User Manual:
149 …https://www.st.com/resource/en/user_manual/um2953-stm32c0-nucleo64-board-mb1717-stmicroelectronics…
152 https://www.st.com/en/development-tools/stm32cubeprog.html