Platform GigaDevice GD32V: The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.
Microcontroller |
GD32VF103CBT6 |
Frequency |
108MHz |
Flash |
128KB |
RAM |
32KB |
Vendor |
Please use wio_lite_risc-v
ID for board option in “platformio.ini” (Project Configuration File):
[env:wio_lite_risc-v]
platform = gd32v
board = wio_lite_risc-v
You can override default Wio Lite RISC-V settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest wio_lite_risc-v.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:wio_lite_risc-v]
platform = gd32v
board = wio_lite_risc-v
; change microcontroller
board_build.mcu = GD32VF103CBT6
; change MCU frequency
board_build.f_cpu = 108000000L
Wio Lite RISC-V supports the next uploading protocols:
altera-usb-blaster
gd-link
jlink
rv-link
serial
sipeed-rv-debugger
um232h
Default protocol is serial
You can change upload protocol using upload_protocol option:
[env:wio_lite_risc-v]
platform = gd32v
board = wio_lite_risc-v
upload_protocol = serial
PIO Unified Debugger - “1-click” solution for debugging with a zero configuration.
Warning
You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions and configuration information.
You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).
Wio Lite RISC-V does not have on-board debug probe and IS NOT READY for debugging. You will need to use/buy one of external probe listed below.
Compatible Tools |
On-board |
Default |
---|---|---|
Yes |
||
Name |
Description |
---|---|
Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. |
|
GigaDevice GD32VF103 Firmware Library (SDK) |