Subforum: Embedded Technology Conference | Overview of Embedded Operating System Paper Abstracts

Subforum: Embedded Technology Conference | Overview of Embedded Operating System Paper Abstracts

Topic: Embedded Operating Systems 1. Embedded Multi-core Operating System for Intelligent Systems Prof. ALLAN HE, Embedded System Associations The rapid deployment of artificial intelligence technology at the edge and on-device is driven by large models, and the research and application of high-performance heterogeneous multi-core embedded processors and microcontroller chips are quickly becoming widespread in intelligent … Read more

Understanding Embedded Systems: Concepts, Technologies, and Trends

Understanding Embedded Systems: Concepts, Technologies, and Trends

1.Concept of Embedded Systems An embedded computer is a dedicated computer system designed for specific applications, based on microprocessors, with customizable hardware and software to meet strict requirements for functionality, reliability, cost, size, and power consumption. In simple terms, an embedded system is software embedded into the Flash memory of application devices, specifically tailored for … Read more

Development of the QNX800 Real-Time Embedded System

Development of the QNX800 Real-Time Embedded System

1. Install qnx-software-center on Ubuntu 24.04.2. Use the software center to install the QNX Software Development Platform 8.0.3. Use the software center to install the QNX Momentics IDE, which is packaged in the Eclipse CDT environment.4. Navigate to ~/qnx800 in Ubuntu and run source qnxsdp-env.sh 5. Create a directory named qemu-aarch64-qnx, then run mkqnximage –type=qemu … Read more

Honoring the Guardians: How Embedded Real-Time Operating Systems Ensure Industrial Safety

Honoring the Guardians: How Embedded Real-Time Operating Systems Ensure Industrial Safety

In the realm of industrial automation, the role of embedded real-time operating systems (RTOS) is crucial for ensuring safety and reliability. These systems are designed to manage hardware resources and execute tasks within strict timing constraints, making them indispensable in safety-critical applications. Embedded RTOS provides features such as task scheduling, inter-process communication, and resource management, … Read more

TinyTask: A Bare-Metal Task Scheduling Marvel in Embedded Systems

TinyTask: A Bare-Metal Task Scheduling Marvel in Embedded Systems

TinyTask: A Bare-Metal Task Scheduling Marvel in Embedded Systems 1. Introduction In the realm of embedded development, efficiently managing tasks and scheduling resources has always been a “thorny issue” for programmers. Faced with resource-constrained microcontrollers, traditional Real-Time Operating Systems (RTOS) are powerful but often daunting due to their complexity and resource appetite. On the other … Read more

Embedded Technology Major in Undergraduate Studies

Embedded Technology Major in Undergraduate Studies

1. Major Category: Computer Science 2. Duration: 4 years 3. Degree: Bachelor of Engineering 4. Courses: Core Courses: Introduction to the Major, Fundamentals of Circuit Analysis, Embedded C Programming, Electronic Technology and Applications, Microcontroller Technology and Applications, Computer Network Technology, Data Structures and Algorithms, Basics of Linux Operating System, Database Technology and Applications, Python and … Read more

Differences and Connections Between Microcontrollers and Embedded Systems

Differences and Connections Between Microcontrollers and Embedded Systems

With the development of electronic information science and technology towards informatization, intelligence, and networking, microcontrollers and embedded systems have gained extensive application space. This article briefly analyzes the connections and structural comparisons between microcontrollers and embedded systems, and lists several embedded real-time operating systems suitable for the PIC18F series microcontrollers. Comparison of the Structural Composition … Read more

Introduction to Semaphores in VxWorks 7

Introduction to Semaphores in VxWorks 7

Overview of Semaphores in VxWorks 7 In real-time operating systems (RTOS), semaphores are an important synchronization mechanism used to manage resource access and task synchronization in a multitasking environment.VxWorks 7 provides various types of semaphores to meet different application scenario requirements, mainly including: • Mutex Semaphores: Ensure mutual access to shared resources. • Binary Semaphores: … Read more

FreeRTOS Examples: A Collection of FreeRTOS Code Samples and a Practical Textbook for Embedded Real-Time Systems

FreeRTOS Examples: A Collection of FreeRTOS Code Samples and a Practical Textbook for Embedded Real-Time Systems

In the world of embedded development, every engineer has their own “secret weapon.” Today, I want to talk about FreeRTOS Examples, a project that not only preserves the core examples of FreeRTOS but also serves as a treasure trove filled with practical charm. Whether you are a beginner or an experienced developer, you can find … Read more

How to Master Embedded Linux?

How to Master Embedded Linux?

Follow and star our official account to access exciting content ID: Technology Makes Dreams Greater Compiled by: Li Xiaoyao As the saying goes, the beginning is always the hardest. When you first start, do you feel completely lost on how to begin? Searching online leads you to a pile of new terms that confuse you, … Read more