-
Hi, thank you for creating this great repo.
OpenOCD v0.12.0 has been released in January and I would like to try out the GD32VF103 support, but the official repositories for Ubuntu 22.04 Jammy Jell…
-
I'm not really familiar with how programming works for this type of board. I have done Arduino, but I am a bit over my head here. I have seen examples for this board that include a platformio.ini file…
-
I am trying to upload firmware for Longan Nano v1.1 using RV-Debugger Plus. I connected TCK, TDI, TDO, TMS, 3V3, GND, T0, and R0 lines between them and the debugger is connected to my computer via a U…
-
hello,
as below:
```
cargo dfu --chip gd32vf103 --example hello
Finished dev [unoptimized + debuginfo] target(s) in 0.01s
Searching for a connected gd32vf103.
Found GigaDevice G…
-
I have two irons. a V1 and a V2. Trying to bring both up to date is failing.
I downloaded the Windows premade binaries.
Run the app. Hold - button and plug in iron to USB cable. Nothing plugged …
-
I see `dfu-util` mentioned in [TUTORIALS.md](https://github.com/aw/fiveforths/blob/master/docs/TUTORIALS.md) but not used in the code.
Here is example of successful flashing with the tool to "Sipee…
-
RT Thread Version: 4.1.0
RT Thread env: 从官网下载的1.2.0版本
Nuclei Toolchain: Nuclei Studio 202102版本自带的工具链
Nuclei SDK: release 0.3.9
步骤:
1、在环境变量中配置好nuclei toolchain中gcc和openocd的路径
2、按照rt-thr…
-
I flashed the current firmware 2.20 with the dfu-util.
That worked fine
I later installed a bootlogo fom this repo, it flashed from the .dfu file but it will not show during boot.
I tried to fl…
-
The same code is working well with Eclipse, can't work with Platform IO?
I checked and it includes all the needed files, but it just didn't work under Platform IO.
Project:https://drive.google.c…
-
I've been trying to get the example blink programs to run.
Since I don't have a debugger or serial port, I need to use dfu method for uploading.
So I only add `upload_protocol = dfu` to the platfo…