-
Hello
I'm using the examples on this repository below, but I keep getting a fatal error regarding a debug.h file missing. I have used other examples on CH32V003 and they are all working fine.
Can so…
-
The currently available implementation of HardwareSerial is very primitive and is based on polling.
Especially when sending data, this causes unnecessary blocking of the program's execution of other …
-
Need SPI,I2C_Master, Easy ADC on CH32V003
-
Hi,
I have been struggling with this for past couple of hours and could not find any obvious issues with library files.
When using the pin PC3/PIN_A13/A13 (all refer to the same GPIO Pin) in digital…
-
Hello
I have an issue with the following code:
```
#include // user configurations
#include // system functions
#include …
-
I am using the CH32V00x configuration when compiling. Programming goes fine. Log:
```
Info : WCH-LinkE mode:RV version 2.12
Info : wlink_init ok
Info : clock speed 6000 kHz
Info : [wch_riscv.cp…
-
Hi,
I've got this board and compiled `ch32v003fun/examples_x035/blink/blink.c` modified the code a bit like the following:
```
#include "ch32v003fun.h"
#include
int main()
{
SystemInit(…
-
First, thanks for that nice framework for all these chips.
After installing the gcc riscv4 compiler, none of the examples would work. After investigating, I noticed that gcc put the build id sectio…
-
Hi,
After installing for VSCode as per instructions I was able to build but not flash firmware (noneos-sdk) because of libusb not being found. This despite having both Homebrew and MacPorts instanc…
scomx updated
3 months ago
-
感谢大佬提供这个资源,我正在用winform开发个上位机,导入了大佬的资源之后,调用
`UInt32 EnumDev([Out] CHISPDeviceInfo[] IspDevInfor, Byte MaxDevCnt, out Byte BtChipSeries, out Byte BtChipType, out Int32 IsPreBTV230);
`
MaxDevCnt传入16,可…