Latest Research Achievements of the Intelligent Detection and Edge Computing Research Group Published in the Renowned Journal ‘Computer Networks’

Latest Research Achievements of the Intelligent Detection and Edge Computing Research Group Published in the Renowned Journal 'Computer Networks'

Click the blue text Follow us Article Introduction Recently, the Intelligent Detection and Edge Computing Research Group of the School of Electronic Information published their latest research results titled “DGPAS: DQN-GRU Guided Distributed DNN Pipeline Training and Adjacent Scheduling in Edge Networks” in the internationally renowned journal ‘Computer Networks’ (CCF Class B, JCR Zone 1). … Read more

Getting Started with FreeRTOS – Task Management

Getting Started with FreeRTOS - Task Management

Scan to FollowLearn Embedded Together, learn and grow together This series of articles on FreeRTOS aims to help beginners quickly get started and master the basic principles and usage methods of FreeRTOS while organizing knowledge. Getting Started with FreeRTOS – Exploring the System The official Chinese version of the FreeRTOS website is now online! FreeRTOS … Read more

RTOS Task Execution Order with Equal Priorities

RTOS Task Execution Order with Equal Priorities

RTOS Task Execution Order with Equal Priorities: This question has puzzled many beginners. Today, I will briefly describe it with examples. What is RTOS Task Priority? In an RTOS, each task is assigned a priority. Among all ready tasks, the task with a higher priority executes first. When we create a task, we need to … Read more

FreeRTOS Task Management

FreeRTOS Task Management

Task Management Single-task system for front and back ends Divide and conquer multi-task system FreeRTOS is a preemptive real-time multi-tasking system, where the core task scheduler allows multiple tasks to appear to execute “in parallel”, while in reality, only one task occupies the CPU at any given time. Tasks Task State • running • not … Read more

Shocking the Industry! Optimizing PLC Scan Time for Incredible Efficiency Gains

Shocking the Industry! Optimizing PLC Scan Time for Incredible Efficiency Gains

Shocking the Industry! Optimizing PLC Scan Time for Incredible Efficiency Gains At three o’clock in the morning, I stood in front of a packaging production line, watching the flashing “Scan Timeout” alarm on the display, feeling heavier than the night outside. The client’s production manager paced back and forth beside me, asking every few minutes, … Read more