Already popular CH32V003 MCU has one I2C block on the MCU which can be used to connect different I2C devices on the hardware. What is
Category: Microcontroller
CH32V003 Programming: How to use Timer Interrupt
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
CH32V003 Programming: Everything You Need to Know to Get Started
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
RISC-V Microcontrollers: The Next Big Thing in Embedded Systems?
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