Lines Matching +full:interrupt +full:- +full:capable
5 The B-G474E-DPOW1 Discovery kit is a digital power solution and a complete
7 microcontroller. Leveraging the new HRTimer-oriented features, 96 Kbytes of
8 embedded RAM, math accelerator functions and USB-PD 3.0 offered by STM32G474RET6,
9 the B-G474E-DPOW1 Discovery kit, based on the USB 2.0 FS Type-C™ connector
11 buck-boost converter, RGB power LED lighting or a class-D audio amplifier. The
12 B-G474E-DPOW1 Discovery kit does not require any separate probe, as it integrates
13 the STLINK-V3E debugger and programmer.
15 - STM32G474RET6 Arm® Cortex®-M4 core-based microcontroller, featuring 512 Kbytes
17 - USB Type-C™ with USB 2.0 FS interface compatible with USB-PD 3.0
18 - RGB power LED for a bright lighting
19 - Digital power buck-boost converter with internal or external Input voltage and
21 - Audio Class-D amplifier capable
22 - 4 user LEDs
23 - 3 LEDs for power and ST-LINK communication
24 - 4-direction joystick with a selection button
25 - Reset push-button
26 - Board connectors:
27 - USB Type-C™
28 - USB Micro-B
29 - 2 x 32-pin header, 2.54 mm pitch, daughterboard extension connector for breadboard connection
30 - Flexible power-supply options: ST-LINK USB VBUS or USB Type-C™ VBUS or external source
31 - On-board STLINK-V3E debugger/programmer with USB re-enumeration capability: mass storage,
34 More information about the board can be found at the `B-G474E-DPOW1 website`_.
39 - `G474RE on www.st.com`_
40 - `STM32G4 reference manual`_
48 +-----------+------------+-------------------------------------+
51 | NVIC | on-chip | nested vector interrupt controller |
52 +-----------+------------+-------------------------------------+
53 | UART | on-chip | serial port-polling; |
54 | | | serial port-interrupt |
55 +-----------+------------+-------------------------------------+
56 | GPIO | on-chip | gpio |
57 +-----------+------------+-------------------------------------+
58 | USB | on-chip | usb |
59 +-----------+------------+-------------------------------------+
60 | UCPD | on-chip | ucpd |
61 +-----------+------------+-------------------------------------+
62 | WATCHDOG | on-chip | independent watchdog |
63 +-----------+------------+-------------------------------------+
73 Each of the GPIO pins can be configured by software as output (push-pull or open-drain), as
74 input (with or without pull-up or pull-down), or as peripheral alternate function. Most of the
76 capable except for analog inputs.
79 ----------------------------------
81 - UART_3 TX/RX : PC10/PC11 (ST-Link Virtual Port Com)
82 - BUTTON (JOY_SEL) : PC13
83 - BUTTON (JOY_LEFT) : PC4
84 - BUTTON (JOY_DOWN) : PC5
85 - BUTTON (JOY_RIGHT) : PB2
86 - BUTTON (JOY_UP) : PB10
87 - LED (DOWN BLUE) : PA15
88 - LED (LEFT ORANGE) : PB1
89 - LED (UP RED) : PB5
90 - LED (RIGHT GREEN) : PB7
91 - USB DM : PA11
92 - USB DP : PA12
93 - UCPD CC2 : PB4
94 - UCPD CC1 : PB6
96 For more details please refer to `B-G474E-DPOW1 Discovery board User Manual`_.
101 The B-G474E-DPOW1 Discovery board includes an ST-LINK/V3E embedded debug tool interface.
111 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
113 .. code-block:: console
118 --------------------------------------------
120 Here is an example for the :zephyr:code-sample:`blinky` application.
122 .. zephyr-app-commands::
123 :zephyr-app: samples/basic/blinky
133 :zephyr:code-sample:`hello_world` application.
135 .. zephyr-app-commands::
136 :zephyr-app: samples/hello_world
138 :maybe-skip-config:
144 .. target-notes::
146 .. _B-G474E-DPOW1 website:
147 https://www.st.com/en/evaluation-tools/b-g474e-dpow1.html
150 …https://www.st.com/resource/en/reference_manual/rm0440-stm32g4-series-advanced-armbased-32bit-mcus…
152 .. _B-G474E-DPOW1 Discovery board User Manual:
153 …https://www.st.com/resource/en/user_manual/um2577-discovery-kit-with-stm32g474re-mcu-stmicroelectr…
156 https://www.st.com/en/microcontrollers-microprocessors/stm32g474re.html
159 https://www.st.com/en/development-tools/stm32cubeprog.html