Low Power Design in Digital Chips (Part 2)

Low Power Design in Digital Chips (Part 2)

Continuing from the previous article, a typical low power design in digital chips is the addition of a clock gate. Another method is through parallel and pipelining techniques. Parallel and Pipelining The prominent advantage of hardware description languages is the parallelism in instruction execution. Multiple statements can process several signal data in parallel within the … Read more

Chapter 6 Low Power Design Analysis (Part 1) – The Theory and Practice of IR Drop and EM

Chapter 6 Low Power Design Analysis (Part 1) - The Theory and Practice of IR Drop and EM

With the increase in device density and clock frequency of chips under advanced processes, power consumption has also significantly increased. At the same time, the supply voltage and transistor threshold voltage have been reduced, leading to significant leakage current. High power consumption can cause excessive temperature during device operation, reducing reliability due to electromigration and … Read more

Low Power Design Methods – Overview of Power Gating (Part 1)

Low Power Design Methods - Overview of Power Gating (Part 1)

Leakage power consumption has increased with each generation of CMOS technology. This leakage power not only poses a serious challenge for battery-powered or portable products but is also becoming an issue that wired devices such as servers, routers, and set-top boxes must address. To reduce the total leakage power consumption of chips, it is best … Read more

Low Power Design Methods – Power Gating Design (Part 3)

Low Power Design Methods - Power Gating Design (Part 3)

State Retention and Restoration Methods Continuing from the previous text Low Power Design Methods – Power Gating Design (Part 1) Low Power Design Methods – Power Gating Design (Part 2) Given the power switch structure and isolation strategy, power gating can be applied to logic blocks. However, unless a retention strategy is employed, all state … Read more

Core Strategies for Low Power Design in BLE: Detailed Explanation of Hardware Selection, Software Optimization, and Protocol Configuration

Core Strategies for Low Power Design in BLE: Detailed Explanation of Hardware Selection, Software Optimization, and Protocol Configuration

The following are the key strategies and implementation methods for low power design in BLE devices, covering hardware selection, software optimization, protocol configuration, and practical cases to help developers design ultra-low power Bluetooth devices: 1. Hardware Design Optimization (1) Select Low Power Chips •Recommended Chips: ○nRF52 Series (Nordic Semiconductor): Supports deep sleep modes (e.g., System … Read more

Weekly Insights on a Chip Company: Allwinner Technology

Weekly Insights on a Chip Company: Allwinner Technology

1. Basic InformationAllwinner Technology was established in 2007 and is headquartered in Zhuhai, China. It has R&D centers or branches in Shenzhen, Xi’an, Shanghai, Chengdu, Hengqin, Guangzhou, Hong Kong, and other locations. It was listed on the Shenzhen Stock Exchange’s Growth Enterprise Market in 2015, with stock code 300458. The company focuses on the design … Read more

Embedded Software and Hardware Development

Embedded Software and Hardware Development

1. Core Components Hardware Layer: Processor: MCU (e.g., STM32), MPU (e.g., ARM Cortex-A), DSP (e.g., TI C6000), or FPGA (e.g., Xilinx). Peripherals: Sensors, ADC/DAC, communication interfaces (UART, SPI, I2C, CAN, etc.). Power Management: Low power design (e.g., dynamic voltage scaling). Software Layer: Firmware Development: Bare-metal code or RTOS (FreeRTOS, Zephyr) based on C/C++/Rust. Driver Development: … Read more

Low Power Design for Microcontrollers: Extending Battery Life

Low Power Design for Microcontrollers: Extending Battery Life

In industrial and consumer electronics, an increasing number of devices require battery power. To enable devices to operate longer with limited battery capacity, we need to master low power design techniques for microcontrollers. This article will introduce several commonly used methods to reduce power consumption based on practical applications. 1. Understanding Power Consumption Power consumption … Read more

Standard Low Power Design Methods (Part 1)

Standard Low Power Design Methods (Part 1)

There are many power reduction methods that have been in use for some time, and these are mature technologies. This chapter describes some methods for low power design. Clock Gating A significant portion of the dynamic power consumption in a chip is wasted in clock balancing. More than 50% of dynamic power can be wasted … Read more

Introduction to Low Power Design in Digital ICs (Part 1): Objectives of Low Power Design and Types of Power Consumption

Introduction to Low Power Design in Digital ICs (Part 1): Objectives of Low Power Design and Types of Power Consumption

Follow and star our public account for exciting content Source: Content from http://www.cnblogs.com/IClearner/, Author: IC_learner, thank you. Today, let’s talk about low power design. This low power design is basically at the introductory level, which means it is mostly explained from a theoretical perspective. You could say it is based on what is written in … Read more