Tag archive
#mcu

Why MCU Interface TFT LCD Displays Are Still Widely Used in Industrial Embedded Systems
Although modern embedded processors increasingly adopt interfaces such as MIPI DSI and LVDS, MCU...

Communicating Between Android and an MCU in Embedded Systems
In many embedded products, Android is selected for its strengths in user interfaces, multimedia...

STM32V8: A New Era of High-Performance MCUs Built on 18nm and Cortex-M85
STMicroelectronics has introduced one of the most significant upgrades in the STM32 ecosystem with...
How to write HAL Library for MCUs?
In embedded programming, we use mostly libraries, IDEs, extensions or so on. I'm on that way also....
How to Program STM32 with STM32CubeIDE - The Complete Guide
TL;DR (Quick Start) Install STM32CubeIDE (Windows/macOS/Linux). Create Project: File → New → STM32...
Bare-Metal Embedded Programming on K230 Using Rust
This article is translated to English with the help of CharGPT. The original Chinese version is at...
Beyond the Blinky LED: Building a Command Interpreter for Microcontrollers
The blinky LED project is simple: you connect an LED to a digital output pin and add a resistor in...
How to determine the resistor and capacitor for RC low frequency filter the achieve the best effect
The same RC low-pass filter, the same -3dB cutoff frequency, different resistor resistance, but the...
Decoding WebRTC Architectures: P2P, SFU, and MCU Simplified
In this piece, we will break down the intricacies of WebRTC architecture into easily digestible...
5 Tips to Ensure Low Power Consumption of MCU
Low power consumption is a very important indicator of MCU. For example, some wearable devices carry...

The default Luos engine's examples does not compile
Luos engine provides examples for different MCUs, and a HAL for MCU families. You may change HAL...