In this article, we will learn how to use GPIO as Input on Apollo3 MCU, both in polling mode and in interrupt mode as both
Tag: Microcontroller
Apollo3 MCU Programming: How to use GPIO Output
In this article we will learn how to use GPIO as output on Apollo3 MCU. Before you start developing the code, please go through the
CH32V003: How to flash program using serial port
There are situations where you might need UART/Serial port to flash the program in the MCU(CH32V003). In this article, we will understand the procedure in
CH32V003 Programming: How to use SPI Master
In this article I will explain you how to configure and use SPI interface on CH32V003 MCU. It has one Full Duplex SPI Interface which
CH32V003 Programming: How to interface OLED Display (GPIO Bit-Banging)
In this article, we will learn how to interface OLED display with CH32V003. The OLED display comes in various sizes and configuration, here we are
CH32V003 Programming: Unlock the Power of the Sensirion SHTC3 Sensor
CH32V003 Programming: Unlock the Power of the Sensirion SHTC3 Sensor on I2C In my previous artcile you saw how to use I2C with CH32V003, which