Logo
0.8.0

Contents:

  • Overview
  • Quick Startup
  • Developer Guide
  • Contributing
  • Design and Architecture
    • Overview
    • Nuclei Processor
    • SoC
    • Board
      • Nuclei FPGA Evaluation Kit
      • GD32VF103V RV-STAR Kit
      • GD32VF103V Evaluation Kit
      • Sipeed Longan Nano
      • GD32VF103C DLink Debugger
        • Overview
        • Setup
        • How to use
      • TTGO T-Display-GD32
      • GD32VW553H Evaluation Kit
    • Peripheral
    • RTOS
    • Application
  • Changelog
  • FAQ
  • License
  • Glossary
  • Appendix
Nuclei SDK
  • Design and Architecture
  • Board
  • GD32VF103C DLink Debugger
  • View page source

GD32VF103C DLink Debugger

Overview

This GD32VF103C DLink Debugger is used to debug Nuclei RISC-V CPU from Nuclei using GD32VF103CVBT6 as main MCU.

GD32VF103C DLink Debugger Board

GD32VF103C DLink Debugger Board

Click https://github.com/nuclei-Software/nuclei-dlink to learn more about Nuclei DLink project.

Setup

How to use

For GD32VF103C DLink Debugger board, the DOWNLOAD and CORE variables are fixed to flashxip and n205.

  • You can find its linker script in SoC/gd32vf103/Board/gd32vf103c_dlink/Source/GCC/

    • gcc_gd32vf103_flashxip.ld: Linker script file for DOWNLOAD=flashxip

  • If you want to specify your own modified linker script, you can follow steps described in Change Link Script

  • You can find its openocd configuration file in SoC/gd32vf103/Board/gd32vf103c_dlink/openocd_gd32vf103.cfg

To run this application in GD32VF103C DLink Debugger board in Nuclei SDK, you just need to use this SOC and BOARD variables.

# Clean the application
make SOC=gd32vf103 BOARD=gd32vf103c_dlink clean
# Build the application
make SOC=gd32vf103 BOARD=gd32vf103c_dlink all
# Upload the application using openocd and gdb
make SOC=gd32vf103 BOARD=gd32vf103c_dlink upload
# Debug the application using openocd and gdb
make SOC=gd32vf103 BOARD=gd32vf103c_dlink debug
Previous Next

© Copyright 2019-Present, Nuclei. Last updated on May 26, 2025.

Built with Sphinx using a theme provided by Read the Docs.