arduino-wch32v003 icon indicating copy to clipboard operation
arduino-wch32v003 copied to clipboard

Arduino Core for CH32V003 RISC-V microcontroller

Results 16 arduino-wch32v003 issues
Sort by recently updated
recently updated
newest added

I am able to compile and upload using the CH32 MCU EVT Boards Manager. I'm using a WCH LinkE R0-1v3 When I use this Board manager it compiles but upload...

simple code like: unsigned ledState = HIGH; digitalWrite(ledPin, ledState); causes error: invalid conversion from 'unsigned int' to 'PinStatus' [-fpermissive]

Hi, I have implemented the analogRead function and written an simple example for ADC testing.

Hello! I am looking to use this chip to beep a melody on a passive piezoelectric buzzer. I plan to use arduino's builtin `tone();` function, is this supported with this...

Hello! As discussed here: https://github.com/cnlohr/ch32v003fun/issues/451 the version of ch32v003fun is very outdated. any possibility to upgrade the library? - cad435

The sketch compiles but always returns 0 through the UART. Can anyone tell me how to fix it? if it is possible