Real-Time Task Scheduling Design for Avionics Relay System

Real-Time Task Scheduling Design for Avionics Relay System

Follow us for free subscription to avionics news. Abstract This paper studies the priority allocation methods for multitasking in single-processor embedded real-time systems. Firstly, the Deadline Monotonic (DM) priority allocation method is selected to allocate priorities for the tasks designed for the avionics relay system’s data acquisition and stimulus software. Then, the schedulability theory analysis … Read more

Distributed Dynamic Real-Time Scheduling Solution

Distributed Dynamic Real-Time Scheduling Solution

Author Introduction Chen Junjie, Senior Technical Manager of the Backend Service Development Team at the R&D Center of the Cultural and Creative Group, mainly responsible for the development of application service systems. Passionate about the design and optimization of application architecture and focused on the development of new technologies. Recently, a requirement was encountered in … Read more

Real-Time Scheduling Example Using OptaPlanner

Real-Time Scheduling Example Using OptaPlanner

Geoffrey De Smet, the founder of OptaPlanner, and his team demonstrated a real-time planning and scheduling example using OptaPlanner at the 2019 Red Hat Summit keynote. Geoffrey and his team dedicated three blog posts to describe this program. This program and its related blog posts are considered classic works of OptaPlanner in the field of … Read more

LARS: A Latency-aware Real-time Scheduling Framework

LARS: A Latency-aware Real-time Scheduling Framework

Introduction This work, “LARS: A Latency-aware and Real-time Scheduling Framework for Edge-enabled Internet of Vehicles,” was accepted by the IEEE Transactions on Service Computing (TSC) in August 2021. The main content of the paper includes: By analyzing real traffic datasets, the feasibility of forming vehicle clusters (Herd) in Edge Internet of Vehicles (IoV) has been … Read more

Linux Process Scheduling – Real-Time Scheduler

Linux Process Scheduling - Real-Time Scheduler

Background Read the fucking source code! –By Lu Xun A picture is worth a thousand words. –By Gorky Note: Kernel version: 4.14 ARM64 processor, Cortex-A53, dual-core Tools used: Source Insight 3.5, Visio 1. Overview In the Linux kernel, real-time processes always have a higher priority than ordinary processes. The scheduling of real-time processes is managed … Read more

Intelligent Cost Control and Real-Time Scheduling in Large-Scale Manufacturing

Intelligent Cost Control and Real-Time Scheduling in Large-Scale Manufacturing

DataPi Compilation Compiled by: Wang Xingping Proofread by: Qi Deli Second Proofread by: Xu Hao Edited by: Zhang Meng [Introduction] This lecture is selected from the speech titled “Intelligent Cost Control and Real-Time Scheduling in Large-Scale Manufacturing” delivered by Zhu Yu, CTO of Youyi Data, at the first Big Data Application Conference in China on … Read more

Discussing Low-Power Design Solutions for Digital ICs

Discussing Low-Power Design Solutions for Digital ICs

Click the blue WeChat name below the title to quickly follow With the continuous development of process nodes (now commonly at 28nm, 22nm, 16nm, 14nm, and even some at 7nm), the performance demands of chips are increasing, and their scale is growing larger. Digital IC design engineers are becoming increasingly concerned about chip power consumption, … 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

Overview of Low Power Design Based on RTOS

Overview of Low Power Design Based on RTOS

This issue’s topic: Low Power Design Ideas Based on RTOS. More and more embedded products are based on RTOS as the software platform, and some products have higher requirements for low power consumption. This article discusses how to handle the low power characteristics of microcontrollers in RTOS. Let’s discuss: This article only briefly discusses 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