Lines Matching +full:user +full:- +full:nrst
6 The Makerbase MKS CANable V2.0 board features an ARM Cortex-M4 based STM32G431C8 MCU
10 - STM32 microcontroller in LQFP48 package
11 - USB Type-C connector (J1)
12 - CAN-Bus connector (J2)
13 - ST-LINK/V3E debugger/programmer header (J4)
14 - USB VBUS power supply (5 V)
15 - Three LEDs: red/power_led (D1), blue/stat_led (D2), green/word_led (D3)
16 - One push-button for RESET
17 - Development support: serial wire debug (SWD), JTAG, Embedded Trace Macrocell.
19 The LED red/power_led (D1) is connected directly to on-board 3.3 V and not controllable by the MCU.
22 It is very advisable to take a look in on user manual `MKS CANable V2.0 User Manual`_ and
27 - `STM32G431C8 on www.st.com`_
28 - `STM32G4 reference manual`_
35 +-----------+------------+-------------------------------------+
38 | NVIC | on-chip | nested vector interrupt controller |
39 +-----------+------------+-------------------------------------+
40 | USB | on-chip | universal-serial-bus |
41 +-----------+------------+-------------------------------------+
42 | PINMUX | on-chip | pinmux |
43 +-----------+------------+-------------------------------------+
44 | GPIO | on-chip | gpio |
45 +-----------+------------+-------------------------------------+
46 | FDCAN | on-chip | can |
47 +-----------+------------+-------------------------------------+
59 ----------------------------------
61 .. rst-class:: rst-columns
63 - CAN_RX/BOOT0 : PB8
64 - CAN_TX : PB9
65 - D2 : PA15
66 - D3 : PA0
67 - USB_DN : PA11
68 - USB_DP : PA12
69 - SWDIO : PA13
70 - SWCLK : PA14
71 - NRST : PG10
76 ------------
103 -------------------------------------------
109 :zephyr:code-sample:`hello_world`.
111 .. zephyr-app-commands::
112 :zephyr-app: samples/hello_world
115 :west-args: -S rtt-console
118 The argument ``-S rtt-console`` is needed for debug purposes with SEGGER RTT protocol.
121 If option ``-S rtt-console`` is selected, the connection to the target can be established as follow…
123 .. code-block:: console
129 .. code-block:: console
141 :zephyr:code-sample:`hello_world` application.
143 .. zephyr-app-commands::
144 :zephyr-app: samples/hello_world
146 :maybe-skip-config:
152 .. target-notes::
155 https://github.com/makerbase-mks/CANable-MKS
157 .. _MKS CANable V2.0 User Manual:
158 …https://github.com/makerbase-mks/CANable-MKS/blob/main/User%20Manual/CANable%20V2.0/Makerbase%20CA…
161 …https://github.com/makerbase-mks/CANable-MKS/blob/main/Hardware/MKS%20CANable%20V2.0/MKS%20CANable…
164 https://www.st.com/en/microcontrollers-microprocessors/stm32g431c8.html
167 …https://www.st.com/resource/en/reference_manual/rm0440-stm32g4-series-advanced-armbased-32bit-mcus…
170 https://www.st.com/en/development-tools/stm32cubeprog.html