Introduction to Low-Power Design in Digital ICs (Part 7)

Introduction to Low-Power Design in Digital ICs (Part 7)

The rules of WeChat have been adjusted. I hope everyone can click ‘View’ and ‘Like’ more after reading the article, and if you like it, please share it. This way, the push notifications from Chip Driver can continue to appear in your subscription list. We can continue to share high-quality content in the integrated circuit … Read more

Introduction to Low Power Design in Digital ICs: Power Analysis

Introduction to Low Power Design in Digital ICs: Power Analysis

Source: Content from http://www.cnblogs.com/IClearner/, Author: IC_learner, thank you. Previously, we learned about the purpose of low power design and the composition of power consumption. Today, I will share some insights on power analysis. Since this learning is aimed at front-end design of digital ICs, the power analysis here is based on the power compiler tool … Read more

Introduction to Low-Power Design in Digital ICs (Part 5)

Introduction to Low-Power Design in Digital ICs (Part 5)

Source: Content fromhttp://www.cnblogs.com/IClearner/ , Author: IC_learner, Thank you. This section mainly introduces the use of gated clocks for low-power design. (4) Gated Clock The gated clock was briefly described in my first blog; here I will provide a more detailed description. We will mainly learn what gated clock circuits are, when to use gated clocks, … Read more

Low Power Design Strategies for Operational Amplifiers

Low Power Design Strategies for Operational Amplifiers

Introduction In recent years, the popularity of battery-powered electronic products has made power consumption an increasingly important issue for analog circuit designers. This article will introduce how to use low-power operational amplifiers for system design, also covering low-power operational amplifiers with low supply voltage capabilities and their applications, discussing how to correctly understand the specifications … Read more

Low Power Design of Universal Environmental Monitoring Node Based on LoRa Technology

Low Power Design of Universal Environmental Monitoring Node Based on LoRa Technology

Title:Low Power Design of Universal Environmental Monitoring Node Based on LoRa Technology Authors:Xie Hui, Wang Shuhan, Chen Xiangquan, Guo Jingfu, Dong Yongjun Abstract In response to the issues of insufficient compatibility of environmental monitoring wireless sensor network nodes and limited battery capacity, this paper designs a low-power monitoring node compatible with multiple sensors based on … Read more

Summary of Low Power Design in ASIC Design + Book Recommendations

Summary of Low Power Design in ASIC Design + Book Recommendations

1. Low Power Design With the promotion of handheld portable devices, the issue of low power design has become increasingly important. Lower chip power consumption means longer usage time for portable devices, increased lifespan of chips due to reduced power consumption, better control of heat dissipation, and the ability to make devices smaller, among other … Read more

Changes in ASIC/SoC Design Over the Past Decade

Changes in ASIC/SoC Design Over the Past Decade

Source: Content from IP and SOC design, thank you! @Mark: The biggest change in the past decade is low power design. Ten years ago, low power design mainly focused on reducing dynamic power, employing various clock gating techniques, and preventing unused modules from toggling. In the last ten years, static power leakage has become a … Read more

Exploring Low Power Design in Microcontrollers

Exploring Low Power Design in Microcontrollers

After years of low-power hardware design (the hardware and software design in the company are separate, and I have always been doing hardware. Facing low-power production issues in hardware can often be quite challenging), I found that one common issue is that the IO is not configured properly before the microcontroller enters sleep mode. The … Read more

STM32 Learning Notes: Power Management and Low Power Design

STM32 Learning Notes: Power Management and Low Power Design

Follow,Star Public Account to not miss exciting content Source:STM32 A good electronic product requires careful consideration of power management, and battery-powered products should pay more attention to achieving low power consumption. Introduction to STM32 Power Each STM32 chip has a power controller (PWR), and different series of STM32 have similarities as well as differences. 1. … Read more

Low-Power Design: Retention Cell

Low power design has always been a top priority in chip design. The low power technologies adopted by Jingxin SoC training camp include: 1. Clk gating, turning off the clock signals of non-working modules; 2. Power gating, turning off the power of non-working modules; Power gating is more power-efficient than Clk gating because it eliminates … Read more