Lines Matching +full:- +full:- +full:user

6 The GD32F450V-START board is a hardware platform that enables prototyping
7 on GD32F450VK Cortex-M4F Stretch Performance MCU.
9 The GD32F450VK features a single-core ARM Cortex-M4F MCU which can run up
16 - GD32F450VKT6 MCU
17 - 1 x User LEDs
18 - 1 x User Push buttons
19 - USB FS/HS connectors
20 - GD-Link on board programmer
21 - J-Link/SWD connector
23 For more information about the GD32F450 SoC and GD32F450V-START board:
25 - `GigaDevice Cortex-M4F Stretch Performance SoC Website`_
26 - `GD32F450X Datasheet`_
27 - `GD32F4XX User Manual`_
28 - `GD32F450V-START User Manual`_
35 .. list-table::
36 :header-rows: 1
38 * - Peripheral
39 - Kconfig option
40 - Devicetree compatible
41 * - EXTI
42 - :kconfig:option:`CONFIG_GD32_EXTI`
43 - :dtcompatible:`gd,gd32-exti`
44 * - GPIO
45 - :kconfig:option:`CONFIG_GPIO`
46 - :dtcompatible:`gd,gd32-gpio`
47 * - NVIC
48 - N/A
49 - :dtcompatible:`arm,v8m-nvic`
50 * - PWM
51 - :kconfig:option:`CONFIG_PWM`
52 - :dtcompatible:`gd,gd32-pwm`
53 * - SYSTICK
54 - N/A
55 - N/A
56 * - USART
57 - :kconfig:option:`CONFIG_SERIAL`
58 - :dtcompatible:`gd,gd32-usart`
65 The GD32F450V-START board has no exposed serial communication port. The board
68 UART-USB adapter.
76 - JP2/3: Select 2-3 for both (boot from user memory)
78 Using GD-Link
81 The GD32F450V-START includes an onboard programmer/debugger (GD-Link) which
83 (JP100) which can be used with tools like Segger J-Link.
85 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
87 .. zephyr-app-commands::
88 :zephyr-app: samples/hello_world
96 .. code-block:: console
98 minicom -D /dev/ttyUSB0 -o
100 The -o option tells minicom not to send the modem initialization
103 - Speed: 115200
104 - Data: 8 bits
105 - Parity: None
106 - Stop bits: 1
110 .. zephyr-app-commands::
111 :zephyr-app: samples/hello_world
120 .. zephyr-app-commands::
121 :zephyr-app: samples/hello_world
126 .. _GigaDevice Cortex-M4F Stretch Performance SoC Website:
127 https://www.gigadevice.com/products/microcontrollers/gd32/arm-cortex-m4/stretch-performance-line/
132 .. _GD32F4xx User Manual:
133 https://www.gigadevice.com/manual/gd32f450xxxx-user-manual/
135 .. _GD32F450V-START User Manual: