Research on Circuit Board Testing Methods Based on Code Disassembly

Research on Circuit Board Testing Methods Based on Code Disassembly

Follow us for free subscriptions to avionics news. Abstract The avionics products contain a large number of memory and programmable devices, with an increasing proportion of software, making testing and maintenance of products more challenging. This research focuses on testing and software repair issues for such circuit boards from the perspective of software repair. By … Read more

Comparison of Full-Wave Simulation Methods for Radiation Loss in Microwave PCBs

Comparison of Full-Wave Simulation Methods for Radiation Loss in Microwave PCBs

In modern high-frequency microwave circuit design, accurately predicting the radiation loss of printed circuit boards (PCBs) has become a critical challenge. As operating frequencies continue to rise, the radiation effects of signals on PCBs become increasingly significant, leading to energy loss, decreased signal integrity, and potential electromagnetic interference issues. This article will delve into the … Read more

The Mystery of Data Loss in Xilinx Aurora 8b10b IP: What Issues Are at Play?

The Mystery of Data Loss in Xilinx Aurora 8b10b IP: What Issues Are at Play?

When using Xilinx Aurora 8b10b IP, the following issue occurs as shown in the figure below: In frame mode, under the condition of 2 lanes at 1Gbps rate, when sending the last data, one clock is pulled low, then last is pulled high, but keep is missing one bit, resulting in a loss of one … Read more

Xilinx PCIe Data Interaction Application (XDMA)

Xilinx PCIe Data Interaction Application (XDMA)

“Based on the XCKU040 development board, this article shares the functionality of data communication and processing between a host computer and FPGA via PCIe. Feel free to communicate; leave a message/private message to obtain the relevant source code.。” FPGA PCIe is commonly used in applications such as data acquisition, communication, and acceleration. This article takes … Read more

Live Broadcast: Detailed Explanation and Practical Demonstration of Efficient AI Application Deployment Based on ‘Zhou Yi’ NPU

Live Broadcast: Detailed Explanation and Practical Demonstration of Efficient AI Application Deployment Based on 'Zhou Yi' NPU

Course Introduction The emergence of large models like DeepSeek has triggered explosive growth in AI applications, with a continuous rise in edge inference demand. The NPU (Neural Processing Unit), with its excellent AI acceleration capabilities and high energy efficiency, has become a key solution to meet terminal inference needs. Arm Technology’s self-developed ‘Zhou Yi’ NPU … Read more

Opportunities and Challenges of Edge Deployment of GenAI: NPU as the Key to Breakthrough

Opportunities and Challenges of Edge Deployment of GenAI: NPU as the Key to Breakthrough

In the past decade, artificial intelligence (AI) and machine learning (ML) have undergone significant transformations—convolutional neural networks (CNNs) and recurrent neural networks (RNNs) are transitioning to Transformers and generative artificial intelligence (GenAI). This transformation is driven by the industry’s urgent demand for models that are efficient, accurate, context-aware, and capable of handling complex tasks.Initially, AI … Read more

The Most Suitable Communication Protocol for Microcontrollers: How to Design It?

The Most Suitable Communication Protocol for Microcontrollers: How to Design It?

In communication design, considering the flexibility of the protocol often leads to designing protocols as “variable length”. An example is shown in the figure below: the communication protocol frame of the Ruimi LoRa terminal. If a system receives the above “variable length” protocol frame, there will be a challenge—how to efficiently receive and parse it. … Read more

In-Depth Analysis of the MQTT Communication Protocol

In-Depth Analysis of the MQTT Communication Protocol

Note: Please be aware that there is a resource download method at the end of the article. Download and save it as soon as possible to avoid deletion! In-Depth Analysis of the MQTT Communication Protocol 📡 In the world of the Internet of Things (IoT), data transmission is core. When it comes to IoT communication … Read more

How to Choose the Right Communication Protocol for Your Smart Home Solution?

How to Choose the Right Communication Protocol for Your Smart Home Solution?

How to Choose the Right Communication Protocol for Your Smart Home Solution? When developing smart home products, selecting the appropriate communication protocol is crucial for the efficient operation of devices and their interoperability within the smart home system. With numerous protocols available on the market, it is essential to understand their characteristics and consider various … Read more

Embedded – UART-Based Communication Protocols

Embedded - UART-Based Communication Protocols

The following is an introduction to common communication protocols based on the UART bus: 1. Modbus Protocol (RTU Mode) •Introduction:Modbus is a widely used master-slave communication protocol in industrial control, divided into RTU (Remote Terminal Unit) and ASCII modes, with RTU mode being the most commonly used version of UART. •Features: ◦Binary Transmission:Data is packed … Read more