CH32V003 has two timers, both could be used to generate periodic interrupt. What is periodic Timer Interrupt? A periodic timer interrupt is a signal generated
Author: Pallav Aggarwal
Learn how to use CH32V003 Low-Cost MCU
WCH Electronics has released an Ultra Low Cost MCU which is just 0.1$ in volumes, CH32V003. If you are an embedded Engineer, I would suggest
Top 7 Companies building RISC-V based Microcontroller
RISC-V (pronounced “risk-five”) is an open standard instruction set architecture (ISA) that is gaining popularity in a wide range of applications, from embedded devices to
CH32V003 Programming: How to Read 64-Bit Unique ID
WCH‘s CH32V003 MCU provides a read only 64-bit unique ID which can be used for various use cases in the applications. If you don’t know
CH32V003 Programming: How to use UART
CH32V003 has one USART interface and can be configures on various pins. It can be used both is asynchronous and synchronous mode. What is UART
CH32V003 Programming: Generate PWM Output
CH32V003 MCU can generate PWM signals which are commonly used for various use cases like buzzer control, dc motor control, generating audio signals, backlight control