Lines Matching +full:stop +full:- +full:bits

6 The GD32E103V-EVAL board is a hardware platform that enables design and debug
7 of the GigaDevice E103 Cortex-M4F High Performance MCU.
9 The GD32E103VB features a single-core ARM Cortex-M4F MCU which can run up
10 to 120-MHz with flash accesses zero wait states, 128kiB of Flash, 32kiB of
16 - USB interface with mini-USB connector
17 - 4 user LEDs
18 - 4 user push buttons
19 - Reset Button
20 - ADC connected to a potentiometer
21 - 2 DAC channels
22 - GD25Q16 2Mib SPI Flash
23 - AT24C02C 2KiB EEPROM
24 - 3.2 TFT LCD (320x240)
25 - PCM1770 Stereo DAC with Headphone Amplifier
26 - GD-Link interface
28 - CMSIS-DAP swd debug interface over USB HID.
30 - 2 CAN FD ports
32 - This function is not available in this board due to hardware issues, please check ``GD32C103`` .
34 For more information about the GD32E103 SoC and GD32E103V-EVAL board:
36 - `GigaDevice Cortex-M4F High Performance SoC Website`_
37 - `GD32E103 Datasheet`_
38 - `GD32E103 Reference Manual`_
39 - `GD32E103V Eval Schematics`_
40 - `GD32 ISP Console`_
48 .. list-table::
49 :header-rows: 1
51 * - Peripheral
52 - Kconfig option
53 - Devicetree compatible
54 * - NVIC
55 - N/A
56 - :dtcompatible:`arm,v7m-nvic`
57 * - SYSTICK
58 - N/A
59 - N/A
60 * - USART
61 - :kconfig:option:`CONFIG_SERIAL`
62 - :dtcompatible:`gd,gd32-usart`
68 The GD32E103V-EVAL board has 5 serial communication ports. The default port
69 is UART0 at PIN-9 and PIN-10.
75 The default serial port is USART0. This port uses header JP-5/6 to route
78 +--------+--------+------------+
79 | Boot-0 | Boot-1 | Function |
81 | 1-2 | 1-2 | SRAM |
82 +--------+--------+------------+
83 | 1-2 | 2-3 | Bootloader |
84 +--------+--------+------------+
85 | 2-3 | Any | Flash |
86 +--------+--------+------------+
88 +------+------+-------------+
89 | JP-5 | JP-6 | Function |
91 | 1-2 | 1-2 | USART0 / J2 |
92 +------+------+-------------+
93 | 2-3 | 2-3 | USB VBUS/ID |
94 +------+------+-------------+
96 +------+------+-------------+
98 Using GD-Link
101 The GD32E103V-EVAL includes an onboard programmer/debugger (GD-Link) which
105 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
107 .. zephyr-app-commands::
108 :zephyr-app: samples/hello_world
116 .. code-block:: console
118 $ minicom -D /dev/ttyUSB0 -o
120 The -o option tells minicom not to send the modem initialization
123 - Speed: 115200
124 - Data: 8 bits
125 - Parity: None
126 - Stop bits: 1
130 .. zephyr-app-commands::
131 :zephyr-app: samples/hello_world
140 .. zephyr-app-commands::
141 :zephyr-app: samples/hello_world
154 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
156 .. zephyr-app-commands::
157 :zephyr-app: samples/hello_world
164 - Remove boot-0 jumper
165 - press reset button
169 .. code-block:: console
171 west build -b gd32e103v_eval samples/hello_world
172 west flash -r gd32isp [--port=/dev/ttyUSB0]
177 .. code-block:: console
179 $ minicom -D /dev/ttyUSB0 -o
181 The -o option tells minicom not to send the modem initialization
184 - Speed: 115200
185 - Data: 8 bits
186 - Parity: None
187 - Stop bits: 1
194 .. _GigaDevice Cortex-M4F High Performance SoC Website:
195 https://www.gigadevice.com/products/microcontrollers/gd32/arm-cortex-m4/value-line/gd32e103-series/