Lines Matching +full:dac +full:- +full:reference
6 The GD32A503V-EVAL board is a hardware platform that enables design and debug
7 of the GigaDevice A503 Cortex-M4F High Performance MCU.
9 The GD32A503VD features a single-core ARM Cortex-M4F MCU which can run up
10 to 120-MHz with flash accesses zero wait states, 384kiB of Flash, 48kiB of
16 - 2 user LEDs
17 - 2 user push buttons
18 - Reset Button
19 - ADC connected to a potentiometer
20 - 1 DAC channels
21 - GD25Q16 2Mib SPI Flash
22 - AT24C02C 2KiB EEPROM
23 - CS4344 Stereo DAC with Headphone Amplifier
24 - GD-Link interface
26 - CMSIS-DAP swd debug interface over USB HID.
28 - 2 CAN FD ports
30 For more information about the GD32A503 SoC and GD32A503V-EVAL board:
32 - `GigaDevice Cortex-M33 High Performance SoC Website`_
33 - `GD32A503 Datasheet`_
34 - `GD32A503 Reference Manual`_
35 - `GD32A503V Eval Schematics`_
36 - `GD32 ISP Console`_
44 .. list-table::
45 :header-rows: 1
47 * - Peripheral
48 - Kconfig option
49 - Devicetree compatible
50 * - EXTI
51 - :kconfig:option:`CONFIG_GD32_EXTI`
52 - :dtcompatible:`gd,gd32-exti`
53 * - GPIO
54 - :kconfig:option:`CONFIG_GPIO`
55 - :dtcompatible:`gd,gd32-gpio`
56 * - NVIC
57 - N/A
58 - :dtcompatible:`arm,v8m-nvic`
59 * - PWM
60 - :kconfig:option:`CONFIG_PWM`
61 - :dtcompatible:`gd,gd32-pwm`
62 * - SYSTICK
63 - N/A
64 - N/A
65 * - USART
66 - :kconfig:option:`CONFIG_SERIAL`
67 - :dtcompatible:`gd,gd32-usart`
68 * - PINMUX
69 - :kconfig:option:`CONFIG_PINCTRL`
70 - :dtcompatible:`gd,gd32-pinctrl-af`
71 * - ADC
72 - :kconfig:option:`CONFIG_ADC`
73 - :dtcompatible:`gd,gd32-adc`
74 * - DAC
75 - :kconfig:option:`CONFIG_DAC`
76 - :dtcompatible:`gd,gd32-dac`
77 * - FMC
78 - N/A
79 - :dtcompatible:`gd,gd32-flash-controller`
80 * - SPI
81 - :kconfig:option:`CONFIG_SPI`
82 - :dtcompatible:`gd,gd32-spi`
87 The GD32A503V-EVAL board has 3 serial communication ports. The default port
88 is UART0 at PIN-72 and PIN-73.
96 +--------+--------+------------+
97 | Boot-0 | Boot-1 | Function |
99 | 1-2 | 1-2 | SRAM |
100 +--------+--------+------------+
101 | 1-2 | 2-3 | Bootloader |
102 +--------+--------+------------+
103 | 2-3 | Any | Flash |
104 +--------+--------+------------+
106 Using GD-Link
109 The GD32A503V-EVAL includes an onboard programmer/debugger (GD-Link) which
113 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
115 .. zephyr-app-commands::
116 :zephyr-app: samples/hello_world
124 .. code-block:: console
126 $ minicom -D /dev/ttyUSB0 -o
128 The -o option tells minicom not to send the modem initialization
131 - Speed: 115200
132 - Data: 8 bits
133 - Parity: None
134 - Stop bits: 1
138 .. zephyr-app-commands::
139 :zephyr-app: samples/hello_world
148 .. zephyr-app-commands::
149 :zephyr-app: samples/hello_world
162 #. Build the Zephyr kernel and the :zephyr:code-sample:`hello_world` sample application:
164 .. zephyr-app-commands::
165 :zephyr-app: samples/hello_world
172 - Remove boot-0 jumper
173 - press reset button
177 .. code-block:: console
179 west flash -r gd32isp [--port=/dev/ttyUSB0]
184 .. code-block:: console
186 $ minicom -D /dev/ttyUSB0 -o
188 The -o option tells minicom not to send the modem initialization
191 - Speed: 115200
192 - Data: 8 bits
193 - Parity: None
194 - Stop bits: 1
201 .. _GigaDevice Cortex-M33 High Performance SoC Website:
202 https://www.gigadevice.com.cn/product/mcu/arm-cortex-m33/gd32a503vdt3
207 .. _GD32A503 Reference Manual: