Lines Matching +full:link +full:- +full:speed
6 The GD32F407V-START board is a hardware platform that enables prototyping
7 on GD32F407VE Cortex-M4 High Performance MCU.
9 The GD32F407VE features a single-core ARM Cortex-M4 MCU which can run up
16 - GD32F407VET6 MCU
17 - 1 x User LEDs
18 - 1 x User Push buttons
19 - 1 x USART
20 - GD-Link on board programmer
21 - J-Link/SWD connector
23 For more information about the GD32F407 SoC and GD32F407V-START board:
25 - `GigaDevice Cortex-M4 High Performance SoC Website`_
26 - `GD32F407X Datasheet`_
27 - `GD32F40X User Manual`_
28 - `GD32F407V-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,v7m-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 GD32F407V-START board has one serial communication port. The default port
74 - JP3/4: Select 2-3 for both (boot from user memory)
76 Using GD-Link or J-Link
79 The board comes with an embedded GD-Link programmer.
80 You need to install CMSIS-Pack which is required by pyOCD
81 when programming or debugging by the GD-Link programmer.
82 Execute the following command to install CMSIS-Pack for GD32F407VK
85 .. code-block:: console
89 Also, J-Link can be used to program the board via the SWD interface
92 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
94 .. zephyr-app-commands::
95 :zephyr-app: samples/hello_world
100 #. Connect Serial-USB adapter to PB6, PB7, and GND.
105 .. code-block:: console
107 minicom -D /dev/ttyUSB0 -o
109 The -o option tells minicom not to send the modem initialization
112 - Speed: 115200
113 - Data: 8 bits
114 - Parity: None
115 - Stop bits: 1
119 .. zephyr-app-commands::
120 :zephyr-app: samples/hello_world
125 When using J-Link, append ``--runner jlink`` option after ``west flash``.
131 .. zephyr-app-commands::
132 :zephyr-app: samples/hello_world
137 When using J-Link, append ``--runner jlink`` option after ``west debug``.
139 .. _GigaDevice Cortex-M4 High Performance SoC Website:
140 https://www.gigadevice.com/products/microcontrollers/gd32/arm-cortex-m4/high-performance-line/
148 .. _GD32F407V-START User Manual: