-
Hi, I bought a Nano CH32V203 from Aliexpress that has two USB-C ports. I already installed the Arduino IDE libs but I can't flash it using the USB-C port. I tried to do like ESP32 that we push the RST…
-
Hi, @andelf !
I saw that in this hal there is a USB device implementation, but there is no example for working on the same ch32v203 :(
Or is the implementation not working at all?
-
Sorry, not sure if this is the best place to ask this, but wondering if there is a prescribed way for a program that is running on of the chips such as the CH32V307 or CH32V203... to be able to enter …
KurtE updated
1 month ago
-
It is not a direct bug in this demo, but the behavior is a little concerning, so I thought I would report it.
Environment:
Windows 10, WCH-LINK, CH32V203 evaluation board (I don't know the name. P…
-
Ran into an issues with building and testing the examples for the ch32v203. This is what I'm getting when I try to run `cargo build --bin blinky`.
```sh
error[E0277]: the trait bound `usbd_hid_des…
-
I made simple stupid blinker on PA0 for ch32v203. It works fine.
My issue that when it assembled with clang instead of GCC it creates bit different elf file which somehow magically erase/disable inte…
-
Hi @wuxx, I was wondering if you could potentially give me a bit of advice. You seem responsive on Github :)) and much more experienced than me.
A friend ( @SWPhantom ) and I are working on making …
kxygk updated
4 months ago
-
Hiya,
I've got a CH32V203C8T6 and I'm really interested in exploring what the Embassy framework has to offer (it looks like an awesome alternative to running a rtos).
However, I'm struggling to…
-
您好,目前在按照大佬提供的模板已经编译成功;想请教一下在vscode下该如何配置调试与下载
-
Hello!
This project is awesome and must be driven forward. I have successfully port my interrupt switch logic from EmbeetleIDE (c) to this format and rust. It is much cleaner and it consumes less cur…