ARM’s First ISP Chip for ADAS: Solving Automotive Image Processing

ARM's First ISP Chip for ADAS: Solving Automotive Image Processing

According to New Intelligent Driving: Last year, ARM, which was acquired by SoftBank for $31 billion, is attempting to enter a new emerging field. Over 95% of smartphones are equipped with ARM architecture chips, but that’s not enough. At the end of last month, ARM announced a significant breakthrough in the field of Image Signal … Read more

CMSIS RTOS API: A Comprehensive Overview

CMSIS RTOS API: A Comprehensive Overview

Follow,Star Public Account, don’t miss the wonderful content Source: Mculover666 I previously shared content about CMSIS, such as: Detailed Content of Cortex-M Microcontroller Software Interface Standard CMSIS What is the relationship between CMSIS-DAP, J-Link, and ST-Link? Today, I will continue to share content about CMSIS organized by Mculover666. 1. CMSIS-RTOS API The CMSIS-RTOS API is … Read more

Installing OpenBSD 7.3 on Raspberry Pi 4

Installing OpenBSD 7.3 on Raspberry Pi 4

Installing OpenBSD 7.3 on Raspberry Pi 4 OpenBSD supports the following Raspberry Pi related devices: • Raspberry Pi 3 • Raspberry Pi 3 Model B+ • Raspberry Pi 4 • Raspberry Pi 400 • Raspberry Pi Compute Module 4 Supported devices include Ethernet cards, WIFI, TF cards, and USB 3.0. Installing OpenBSD 7.3 on Raspberry … Read more

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Installing Proxmox VE on Raspberry Pi: A Step-by-Step Guide

Proxmox has always been quietly… quietly paying attention to ARM, and core developers have repeatedly stated: as long as needed, an ARM version of Proxmox VE can be provided at any time. They have also mentioned that they never restrict users from porting Proxmox VE to ARM. In fact, in 2021, a German developer created … Read more

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Microsoft has provided support for Raspberry Pi single-board computers since Windows 10, allowing the installation of a low-power IoT version provided by Microsoft. However, the IoT version cannot run desktop applications, making its practical use limited, especially for desktop users of Raspberry Pi who need a complete operating system. Now, developers have successfully deployed Windows … Read more

Implementing Embedded Software and FPGA Design on Zynq Platform

Implementing Embedded Software and FPGA Design on Zynq Platform

If you need a PDF version of this article without watermark, please send today’s keyword: 230819 This article introduces the integrated workflow for implementing embedded software and FPGA design on the AMD Xilinx Zynq platform, using Simulink for Zynq model design, and methods for integrated hardware/software verification using HDL co-simulation and FPGA-in-Loop. It also discusses … Read more

High-Speed Communication Between ARM and FPGA

High-Speed Communication Between ARM and FPGA

Introduction In recent years, with the continuous promotion of China’s new infrastructure and “Made in China 2025”, it has become increasingly difficult for single ARM processors to meet the functional requirements of industrial sites. Particularly in industries such as energy, industrial control, and smart medical care, a processor platform based on ARM+FPGA architecture is often … Read more

Unveiling the Secrets of ARMv7/ARMv8/ARMv9 Architectures

Unveiling the Secrets of ARMv7/ARMv8/ARMv9 Architectures

1. Although ARMv7 products are still frequently seen in the market, many students are learning ARMv7. However, ARMv7 has been around for 15 years, and ARMv8 has been out for 10 years.2. Despite ARM’s popularity, dominating various fields in the market with close ties to many programmers, there has yet to be a comprehensive Chinese … Read more

AMD Ryzen C7: A New Contender in Mobile Processors?

AMD Ryzen C7: A New Contender in Mobile Processors?

Click the above Computer Enthusiasts to follow us Do you remember the “three musketeers” of ARM that CFan analyzed recently? The new Cortex-A78, Cortex-X1, and Mali-G78 will become the golden partners for future mobile processors (interested readers can refer to “Cortex-A78, X1, Mali-G78 Released! Full Analysis of ARM’s Three Musketeers“).Just as we were discussing which … Read more

Energy Saving Methods in Embedded Systems

Energy Saving Methods in Embedded Systems

Dynamic power consumption is proportional to clock speed and is a significant component of computer system power consumption. Reducing CPU load is one method to decrease power consumption, while another method is to lower the CPU clock speed in idle mode. Dynamic CPU Power Consumption In most computing systems, the CPU is the primary energy … Read more