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

Arduino Core for CH32V003 RISC-V microcontroller

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

Hi, I am succesfully using Ardulink as a programmer (with a 1K resistor) to flash the ch32v003: https://gitlab.com/BlueSyncLine/arduino-ch32v003-swio Could you add this programmer as a option, I just needed to...

Fix gpioPin when gpio == 0, Pin must be "pin + 1" for pin A1 and A2 - Hardware tests Only for reference of naming. Pin A0 does not exists....

I tried to compile and flash blink with the Arduino IDE, but it was throwning an error that it could not execute miniblink: ``` "/home/zoobab/.arduino15/packages/alexandermandera/tools/minichlink/1.0.0/minichlink" -w "/tmp/arduino/sketches/72B0E73327037FF023DE2707CCD1ACDC/Blink.ino.bin" flash -b Failed...

I tried compiling an sketch for my ch32v003, everything else works fine, except analogwrite aswell and analogread i got this error riscv-none-elf-g++: warning: '-x c++' after last input file has...

Adds a builder script and `package.json` metadata so that we can easily include and work with it in PlatformIO. Already running nicely in https://github.com/Community-PIO-CH32V/platform-ch32v/tree/develop/examples/blinky-arduino-ch32v003. ![grafik](https://github.com/AlexanderMandera/arduino-wch32v003/assets/26485477/bcad3e86-5fcb-42e4-82b9-8b08ac0fb258) Keeping this as a draft...

c:/users/zanis/.platformio/packages/toolchain-riscv/bin/../lib/gcc/riscv-none-embed/8.2.0/../../../../riscv-none-embed/bin/ld.exe: .pio\build\genericCH32V003F4P6\src\main.cpp.o: in function `loop': main.cpp:(.text.loop+0xa): undefined reference to `analogRead' collect2.exe: error: ld returned 1 exit status *** [.pio\build\genericCH32V003F4P6\firmware.elf] Error 1

The Arduino `String` class uses malloc, free and realloc to dynamically allocate memory for the strings. However, the core doesn't define the `sbrk()` function as the base function needed for...