-
Hello
I'm trying to set up and pin as input and pull it up, but I can't find a way to do it using the Arduino like function funPinMode.
Am I missing something?
-
I am trying to boot a RV processor from scratch without any boiler plate code, just for learning purpose and I have some doubts regarding ch32 and QingKeV2 processor. It would be nice to have 'Discuss…
-
Hi again.
Can you help? I've switched from CH32V003 to CH32V103 board, but have noticed that although using gcc 9.3.0 (the current default in Ubuntu) works fine, I get compiler errors when using gcc …
-
After many attempts, I want to share the steps to use ch32v003fun under vscode/platformio
1. Install git first if you have not install.
2. Open vscode/Platformio, click on Platforms, and in the Inst…
-
I have some console output I show when receiving I2C data. Whenever I start `./minichlink -i -T` my IC freezes and I get no output. If I delete the blinking LED code from `while` then everything works…
-
I am getting this error while trying to flash CH32V003F4P6
Fault writing memory (DMABSTRACTS = 08000402) (Processor not halted.) DMSTATUS: 004c0c82 …
struc updated
4 months ago
-
-
Hello
I tried to modify the code for ADC using polling method on a CH32V003, but it gets stuck in this line:
while(!(ADC1->STATR & ADC_EOC));
This is my code :
```
#include "ch32v003fun.h"
…
-
I bought 20 sop 8 ch32v003j4m6 chips along with sop to dip boards, and i got my own esp32 s2 programmer all ready and working. but im afraid i wont know how to write my own programs and will have to s…
-
I see https://github.com/cnlohr/ch32v003fun/blob/master/ch32v003fun/ch32v003fun.c is amalgamated. This makes the file incredibly annoying to read and hard to understand.
Where do I find the original …