Summary Q&A of μC/OS Real-Time RTOS Online Lecture II

Summary Q&A of μC/OS Real-Time RTOS Online Lecture II

+ + + + + + + + + + + At the end of October, we successfully held a series of technical online lectures on the μC/OS real-time operating system with experts from Weston-embedded and Embedded office. The second lecture was given by Zhang Aihua, the technical director of Micrium Software, focusing on the … Read more

11 Misconceptions About µC/OS

11 Misconceptions About µC/OS

↑ Click the “Mactec Technology” above to follow us On the occasion of the 25th anniversary of µC/OS, Jean Labrosse (founder of Micrium and expert in RTOS and embedded design) believes it is a good opportunity to clarify some misconceptions about this popular kernel. µC/OS, a world-renowned embedded real-time operating system (RTOS), celebrates its 25th … Read more

Introduction to RTOS in Embedded Systems

Introduction to RTOS in Embedded Systems

1. What is RTOS RTOS (Real-Time Operating System) is an operating system specifically designed to handle real-time tasks. It provides a way for embedded systems to manage tasks, schedule tasks, handle interrupts, and deliver real-time performance. Unlike general-purpose operating systems (like Windows or Linux), RTOS focuses on meeting the response time requirements of real-time systems. … Read more

Summary of STM32 Embedded Interview Topics

Summary of STM32 Embedded Interview Topics

Scan to follow "Learn Embedded Together", learn together, grow together. 1. What are the differences between STM32F1 and F4? Different cores: F1 has Cortex-M3 core, F4 has Cortex-M4 core; Different clock frequencies: F1 has a clock frequency of 72MHz, F4 has a clock frequency of 168MHz; Floating-point operations: F1 has no floating-point unit, F4 does; … Read more

Summary of μC/OS Real-Time RTOS Technology Online Seminar Q&A

Summary of μC/OS Real-Time RTOS Technology Online Seminar Q&A

+ + + + + + + + + + + At the end of October, we successfully held a series of online technical seminars on the µC/OS real-time operating system with experts from Weston-embedded and Embedded Office. The first lecture was given by Jean Labrosse, the author of the real-time operating systems μC/OS-II and … Read more

The Story Behind the Familiar µC/OS

The Story Behind the Familiar µC/OS

Speaking of μC/OS, most people are probably familiar with it; it is a real-time operating system (RTOS) developed by Micrium. 1. Origin of μC/OS The story of μC/OS began in 1989 when its founder Jean J. Labrosse participated in a Dynalco control project and started designing a new ignition control system based on microprocessors for … Read more

How to Use SystemView to Analyze μC/OS-III?

How to Use SystemView to Analyze μC/OS-III?

In the design process of RTOS applications, the task switching is managed by the RTOS task scheduler, and the source code of the RTOS application cannot fully reflect the real-time behavior of a multitasking system. The real-time behavior of a multitasking system also depends on tasks, interrupts, inputs, and their interactions. Therefore, the real-time behavior … Read more

Benefits of μC/OS-III Real-Time Operating System for Engineers

Benefits of μC/OS-III Real-Time Operating System for Engineers

Embedded engineers working with microprocessors, microcontrollers, and DSP devices should have heard of or used μC/OS, an embedded real-time operating system (RTOS) provided by Micrium. Micrium is a supplier of embedded RTOS and components founded by Jean Labrosse, the renowned author of μC/OS-II, providing embedded real-time operating system product solutions required by MCU developers, holding … Read more

Differences Between μC/OS, μC/OS-II, and μC/OS-III

Differences Between μC/OS, μC/OS-II, and μC/OS-III

Follow+Star Public Account, never miss exciting content Editor | strongerHuang WeChat Public Account | Embedded Column uC/OS can be considered a classic RTOS, early on when we searched for RTOS learning resources online, most of the information was about uC/OS, and there was little mention of other RTOS (other RTOS, such as FreeRTOS, RT-Thread, etc., … Read more

Differences Between Embedded Programming and PC Programming

Differences Between Embedded Programming and PC Programming

In our country, very few friends in embedded programming have graduated from formal computer science programs; most come from automatic control or electronics-related majors. These individuals have strong practical experience but lack theoretical knowledge. A large portion of those who graduated from computer science programs tend to work on online games or web pages, higher-level … Read more