From CentOS to Rocky Linux: Continuing the Open Source Legend

From CentOS to Rocky Linux: Continuing the Open Source Legend

The Birth of Rocky Linux: A Ray of Hope Amidst the End of CentOS In the vast world of Linux, CentOS was once a favorite among many server users. Built on the source code of Red Hat Enterprise Linux (RHEL), it occupied an important position in the server operating system domain due to its stability, … Read more

AI-Powered Chip Design: The World’s First Fully Automated Processor Design System ‘Enlightenment’ Released by the Chinese Academy of Sciences

The Institute of Computing Technology and the Institute of Software of the Chinese Academy of Sciences recently jointly released the world’s first fully automated design system for processor chips based on artificial intelligence technology, named ‘Enlightenment’. It is reported that based on AI technology, this system achieves the first fully automated design process from chip … Read more

The World’s First Fully Automated Design System for Processor Chips “Enlightenment” Released

The world’s first fully automated design system for processor chips, based on artificial intelligence technology, “Enlightenment,” was officially released recently. This system can achieve full-process automated design from chip hardware to basic software, meaning it can realize AI-designed chips, and its designs reach the level of human expert manual design in several key metrics. Related … Read more

A Comprehensive Breakdown of Low Power Design in Portable Product Development

A Comprehensive Breakdown of Low Power Design in Portable Product Development

Author: Electronic Engineer Alliance Source: Power Network Sphere Number “A Comprehensive Breakdown of Low Power Design in Portable Product Development” Introduction The low power design of portable products is akin to how our parents managed their finances, where every penny must be meticulously accounted for to ensure that every expenditure is justified. Similarly, every mAh … Read more

Practical Implementation of RISC-V Vector Technology in Embedded Systems

Practical Implementation of RISC-V Vector Technology in Embedded Systems

In the design of CPU cores, SIMD (Single Instruction Multiple Data) is a commonly used data parallel processing method that operates on multiple data elements simultaneously through a single instruction to enhance the computational efficiency and speed of the processor. SIMD has a wide range of applications, such as image processing, scientific computing, encryption and … 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

estdlib: A C++ Standard Library Tailored for Embedded Systems

estdlib: A C++ Standard Library Tailored for Embedded Systems

estdlib is a C++ standard library designed for embedded systems, cleverly porting the functionality of the standard library to resource-constrained environments and optimizing it for the characteristics of embedded systems. This article will delve into the design philosophy, core features of estdlib, and how it addresses pain points in embedded development. Design Philosophy of estdlib: … Read more