ch32v003fun icon indicating copy to clipboard operation
ch32v003fun copied to clipboard

An open source software development stack for the CH32V003, a 10¢ 48 MHz RISC-V Microcontroller

Results 60 ch32v003fun issues
Sort by recently updated
recently updated
newest added

Hi again. Do you know if support will be added for the upcoming new versions of the chip - e.g. CH32V006 and CH32V005. Both have more ram/flash, and a new...

Hi, First, I would like to thank you for this amazing project. I have successfully tried the blink example from the `examples_v30x` on a `CH32V307 EVT by SCDZ` board. But...

This prevents a segfault when GDB connects to the server.

* Convert more examples to new I/O access format. * Add dependency for LD file. * Explain new IO Access format in README * ch32x035fun board

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...

The linker script https://github.com/cnlohr/ch32v003fun/blob/6c14912e79adf9097d46c3f4688da3b567d64d6c/ch32v003fun/ch32v003fun.ld#L31-L40 for V30x only gives the "256K Flash + 64K RAM" and "128K Flash + 32K RAM" option. This is however wrong: The 128K Flash option doesn't...

Hi, I found a funny bug in file: ch32v003fun/attic/ch32v003evt/startup_ch32v003.c I am surprised that nobody noticed before. :-) The first line in SystemInit48HSI() is: RCC->CTLR = RCC_HSION | RCC_PLLON; // Use...

Hi, Klipper is probably 3D printing's most advanced firmware. It is a two part system where the hard math is done on a real computer, and the real time stuff...

Hi, I'm planning on using `CH32V003J4M6` for an upcoming PCB hardware project of mine but I'm not sure if this is viable for what I want it to do. I...

Is it possible to use of the "WCHLink_A64" driver on Windows instead of the libusb for the LinkE programmer? The use of Zadig makes the "out-of-the-box" flashing experience a bit...