openwch / arduino_core_ch32

Core library for CH32duino
218 stars 35 forks source link

Add CH32F103 series #74

Closed EasyAmper closed 3 days ago

EasyAmper commented 2 months ago

Please add support for the F103 series. I have been trying to run the DAC on CH32F103C8T6 for a long time.

TianpeiLee commented 3 days ago

The current repository is for the risc-v platform, and there may be an increase in ARM architecture in the future, but I don't think it will happen soon.

BTW, CH32F103 is compatible with STM32F103 pin2pin. If you want to use it on Arduino, perhaps you can directly use the library of STM32duino