Understanding the Purpose of HOOK Functions in RTOS

Understanding the Purpose of HOOK Functions in RTOS

Follow +Star Public Account Number, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | Embedded Column In many operating systems, there is a type of API function interface: HOOK functions (also known as hook functions). For example: HOOK functions can be found in Windows desktop operating systems, µC/OS, FreeRTOS and other real-time … Read more

How RTOS Kernel Manages Interrupts

How RTOS Kernel Manages Interrupts

Source | Mculover666 To develop “advanced” applications based on RTOS, many principles of the kernel must be mastered. This article will explain how the RTOS kernel manages interrupts? How should users write interrupt handler functions? And how can users set critical sections? 1. Review of Knowledge — Interrupts 1.1. Interrupt Mechanism The interrupt mechanism is … Read more

Understanding the RTOS Kernel: A Guide for Beginners

Understanding the RTOS Kernel: A Guide for Beginners

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang I recently saw a discussion in a technical group about whether to read the RTOS kernel source code. From the perspective of someone who has been there, I would say: it is not necessary, I do not recommend reading … Read more

How Multitasking is Implemented in RTOS Real-Time Operating Systems

How Multitasking is Implemented in RTOS Real-Time Operating Systems

Follow our official account to never miss an update! Many friends who have been using bare-metal programming for a long time may have misunderstandings about many concepts when switching to learn RTOS. 1Introduction Most people do not understand some concepts in RTOS when they start learning real-time operating systems. They are often confronted with concepts … Read more

Why Lightweight Kernel Abstractions for RTOS Are a Mistake

Why Lightweight Kernel Abstractions for RTOS Are a Mistake

As a pioneer and innovator in RTOS, the author shares a very clear viewpoint: Many engineers feel that all RTOS options are similar when choosing an RTOS, and believe that some lightweight kernel abstractions can meet the major demands for safe and reliable systems today. This thought is fundamentally flawed. No company or project team … Read more

Is RTOS Really a Real-Time Operating System?

Is RTOS Really a Real-Time Operating System?

Follow+Star public number, don’t miss wonderful content Author | strongerHuang WeChat public account | strongerHuang Everyone knows that RTOS (Real Time Operating System) is a real-time operating system. So what exactly is a real-time operating system? Is RTOS really real-time? I believe many beginners have such doubts. What is RTOS RTOS:Real Time Operating System, which … Read more

Next Generation Embedded AI Control MCU: Haisheng A²MCU for Smarter and More Energy-Efficient Appliances

Next Generation Embedded AI Control MCU: Haisheng A²MCU for Smarter and More Energy-Efficient Appliances

The China Household Appliances and Consumer Electronics Expo (hereinafter referred to as “AWE 2024”) was held in Shanghai on March 14, showcasing unprecedented splendor. Major appliance manufacturers launched new products while also demonstrating innovations in the appliance sector using new technologies such as AI. For example, AI energy-saving air conditioners and AI smart weighing washing … Read more

Differences Between MCU and MPU

Differences Between MCU and MPU

Differences MCU (Microcontroller Unit) and MPU (Microprocessor Unit) are two different types of embedded processors, and there are several key differences between them: 1. Purpose 👉MCU: MCUs are typically used in embedded systems that need to perform specific control tasks such as sensor data acquisition, automatic control, and control of embedded devices. They focus on … Read more

Essential Knowledge of FPGA: A Must-Read for Beginners!

Essential Knowledge of FPGA: A Must-Read for Beginners!

FPGA stands for Field-Programmable Gate Array, which is a type of programmable logic device. 1. Comparison with Microcontrollers Different Structures: 1.1 The number of pins, resources, and internal multipliers in a microcontroller is fixed, meaning its hardware is predetermined. Its functions can be achieved through software programming. 1.2 In contrast, the internal circuitry of an … Read more

Comprehensive Guide to Multi-Core Heterogeneous Computing – Latest Compilation for September 2024

Comprehensive Guide to Multi-Core Heterogeneous Computing - Latest Compilation for September 2024

Multi-Core Heterogeneous Communication Framework (RPMsg-Lite) Principles of Multi-Core Heterogeneous Communication in MCUs Trends in Robot Control Design: Diverse Combinations of Processing Elements with Different Core Advantages Analysis of the Communication Process between Cortex-A and M Cores in Heterogeneous Processors YY3568 Multi-Core Heterogeneous (Linux + RT-Thread) – Boot Process Understanding Embedded Multi-Core Heterogeneous Solutions: Overview of … Read more