Design of Home Security Monitoring System Based on ARM and ZigBee

2016 Microcomputer and Applications Issue 12 Authors: Xu Xikun, Geng Jianping, Ye Xin, Yang Chaolan, Li Jingjing Abstract: To achieve remote real-time monitoring of home security and environmental information, a home security monitoring system based on ARM and ZigBee technology is designed. The system uses the CC2530 chip to collect information from temperature, smoke, and … Read more

Detailed Explanation and Precautions for H-JTAG Debugging

Detailed Explanation and Precautions for H-JTAG Debugging

1. Introduction to H-JTAG: H-JTAG is a simple and easy-to-use debugging proxy software, similar in functionality to the popular MULTI-ICE. H-JTAG includes three software tools: H-JTAG SERVER, H-FLASHER, and H-CONVERTER. Among them, H-JTAG SERVER implements the debugging proxy function, H-FLASHER implements the FLASH programming function, and H-CONVERTER is a simple file format conversion tool that … Read more

Technical Sharing | Cortex-M0 Interrupt Control and System Control (Part 2)

Technical Sharing | Cortex-M0 Interrupt Control and System Control (Part 2)

This article is reproduced from the Jishu Community Jishu Column: Agile MM32 MCU Each external interrupt has a corresponding priority register. The Cortex-M0 has a total of 8 NVIC-IPR registers, with each register managing 4 IRQ interrupts. Therefore, the M0 supports a maximum of 32 IRQ interrupt sources, plus 16 core interrupts, which means the … Read more

Learning PR Flow Based on ARM M3 Training Course

Learning PR Flow Based on ARM M3 Training Course

Digital backend design utilizes EDA tools to achieve automatic layout and routing, completing the transformation from netlist to GDS. As the final step in the digital ASIC design process, digital backend design is the most critical component that determines the success of chip design. In recent years, the number of talents in digital backend design … Read more

Real-Time Face Mask Detection SoC Based on ARM Cortex-M3 Processor and Deep Learning Accelerator

Real-Time Face Mask Detection SoC Based on ARM Cortex-M3 Processor and Deep Learning Accelerator

The new year’s competition is in full swing~ To help everyone understand this event better, the editor has compiled excellent works from 2021 for learning and sharing. We will share award-winning works every Monday, so remember to check back for the series~ Team Introduction Participating Unit: Shenzhen University Team Name: Giants of Light Advisors: Zhong … Read more

Dual-Camera Stereo Vision Obstacle Avoidance System SOC Design Based on ARM-M3

Dual-Camera Stereo Vision Obstacle Avoidance System SOC Design Based on ARM-M3

The new year’s innovation competition is in full swing~ To help everyone better understand this event, the editor has organized excellent works from 2021 for learning and sharing. Every Monday, we will share award-winning works, so remember to check out the series! ~ Team Introduction Participating Unit: Shanghai University of Electric Power Team Name: Haixing … Read more

ARM Cortex-M3 System Design and Implementation: STM32 Basics

ARM Cortex-M3 System Design and Implementation: STM32 Basics

Call Number: TP332/7 Author: Guo Shujun, Wang Yuhua (Editors) Content Recommendation: This book takes the STM32 series 32 bit Flash MCU as an example, adhering to the principle of “starting simple” and using direct register manipulation as the design method, to introduce the ARM Cortex-M3 system design and implementation. The book consists of 10 chapters: … Read more

The Development History of ARM Architecture

The Development History of ARM Architecture

Currently,X86 and ARM architectures are recognized as the two most outstanding architectures in the commercialization process. Previously, we introduced the X86 architecture, and today we will introduce another architecture that has been on fire for nearly a decade, ARM. ARM architecture, formerly known as Advanced RISC Machine (earlier known as: Acorn RISC Machine), is a … Read more

Comprehensive Summary of CPU Architecture

Comprehensive Summary of CPU Architecture

Recently, NVIDIA released the "Grace" CPU based on the Arm architecture, attracting considerable attention from peers in the hard technology field. This CPU and server architecture, designed specifically for accelerated computing, can provide up to 10 times the performance compared to the latest NVIDIA DGX systems based on x86 CPUs when combined with NVIDIA's GPUs. … Read more

In-Depth Explanation of ARM Core Registers and Assembly Language

In-Depth Explanation of ARM Core Registers and Assembly Language

For embedded developers, understanding assembly language and core registers is the foundation for a deeper understanding of the kernel. I never expected there would be so much content when I started writing, and I hope to convey many valuable insights. I would like to especially thank Teacher Wei Dongshan for his videos, which are absolutely … Read more