Based on the STM platform and meeting the real-time control requirements of the operating system, there are five options available for porting. They are μClinux, μC/OS-II, eCos, FreeRTOS and rt-thread. The following describes the characteristics and shortcomings of these five embedded operating systems. By contrast, readers can choose the right platform according to their application needs.
μClinux is an excellent embedded Linux version, which is called micro-control Linux. It literally means micro-control Linux. Compared to standard Linux, μClinux's kernel is very small, but it still inherits the main features of the Linux operating system, including good stability and portability, powerful network functions, excellent file system support, and standard rich APIs. And TCP/IP network protocols, etc. Because there is no MMU memory management unit, its multitasking implementation requires some skill.
μClinux inherits the standard multi-tasking implementation of Linux, which is divided into real-time process and common process. It adopts first-come first-served service and time-slice rotation scheduling respectively. It only improves the characteristics of low-end embedded CPU, and does not support kernel preemption. , real-time general.
In memory management, since μClinux is designed for processors without MMU, the virtual memory management technology of the processor cannot be used, and only the real memory management strategy can be adopted. The system uses the paged memory allocation method to page the actual memory at startup. The system's access to memory is straightforward. The operating system has no protection for memory space. Multiple processes can share a single running space. Therefore, even an unprivileged process calling an invalid pointer triggers an address error and may cause a program. Crash or even system crash.
The interrupt management of the μClinux operating system divides the interrupt processing into two parts: top half processing and bottom half processing. In the top half of the process, the interrupt must be turned off and only necessary, very few, and fast processing is performed, and the other processing is handed to the bottom half of the processing; the bottom half of the processing performs those complicated, time consuming processing, and accepts the interrupt. Because there are many bottom half processing of interrupts in the system, it will cause delays in system interrupt processing.
μClinux supports the file system well. Since μClinux inherits the perfect file system performance of Linux, it supports ROMFS, NFS, ext2, MS-DOS, JFFS and other file systems. However, the ROMFS file system is generally used. This file system takes up less space than a normal file system (such as ext2). However, the ROMFS file system does not support dynamic erasing and saving. For the data that the system needs to dynamically save, it must be processed by the virtual RAM disk/JFFS method.
In terms of hardware support, since μClinux inherits most of the performance of Linux, it requires at least 512KB of RAM space and 1MB of ROM/Flash space.
In the porting of μClinux, μClinux is an improvement of Linux for embedded systems, and its structure is more complicated. To port μClinux, the target processor needs to have enough external ROM and RAM in addition to the processor-related code.
Comments: μClinux is characterized by no MMU processor design, which is suitable for stm32f103 without MMU function, but porting this system requires at least 512KB of RAM space, 1MB of ROM/FLASH space, and stmf103 has 256K of FLASH An external memory is required, which increases the cost of the hardware design. μClinux is complex in structure, relatively difficult to port, and has a large kernel. Its real-time performance is also poor. If the embedded products developed are focused on file systems and network applications, μClinux is a good choice.
TOP2: μC/OS-IIμC/OS-II is developed on the basis of μC/OS. It is a compact and preemptive multitasking real-time kernel written in C language. μC/OS-II can manage 64 tasks and provide functions such as task scheduling and management, memory management, inter-task synchronization and communication, time management and interrupt service. It has high execution efficiency, small footprint, real-time performance and scalability. Strong and so on.
For real-time satisfaction, since the μC/OS-II core is designed and implemented for real-time system requirements, it only supports fixed-priority preemptive scheduling; the scheduling method is simple and can meet high real-time requirements.
In memory management, μC/OS-II manages successive large blocks of memory by partition. Each partition contains an integer number of memory blocks of the same size, but the size of memory between different partitions can be different. When the user dynamically allocates memory, it is only necessary to select an appropriate partition, allocate memory by block, and put the block back to the previously owned partition when released, thus eliminating the fragmentation problem caused by multiple dynamic allocation and release of memory. .
The μC/OS-II interrupt processing is relatively simple. Only one interrupt service subroutine ISR can be attached to an interrupt vector, and the user code must be completed in the ISR (Interrupt Service Routine). The more ISR needs to do, the longer the interrupt latency, and the maximum nesting depth that the kernel can support is 255.
In terms of file system support, since μC/OS-II is for small and medium-sized embedded systems, even if all functions are included, the compiled kernel is less than 10 KB, so the system itself does not provide support for the file system. However, μC/OS-II has good scalability and can be added to the contents of the file system if necessary.
In terms of hardware support, μC/OS-II can support most of the currently popular CPUs. μC/OS-II is very small due to its own kernel. The minimum size of the clipped code can be 2KB, and the minimum required data RAM space. For 4 KB, the porting of μC/OS-II is relatively simple, and only the code associated with the processor needs to be modified.
Comments: μC/OS-II is a simple operating system kernel with simple structure, complete functions and real-time performance. It is very suitable for CPU without MMU function. It requires very little kernel code space and data storage space, has good real-time performance, good scalability, and is open source. There are a lot of data and examples on the Internet, so it is suitable for porting to stm32f103 CPU.
TOP3: eCoseCos (embedded Configurable operaTIng system), which is an embedded configurable operating system. It is a configurable, portable, real-time operating system for deep embedded applications with open source code. The biggest feature is flexible configuration, modular design, the core part is composed of small components, including the kernel, C language library and the underlying running package. Each component can provide a large number of configuration options (the real-time kernel is also available as an optional configuration), which can be easily configured using the configuration tools provided by eCos, and enables eCos to meet different embedded application requirements through different configurations.
In real time, due to the rich eCos scheduling method, two priority-based schedulers (ie, bitmap scheduler and multi-level queue scheduler) are provided, which allows the user to select one of the schedulers when configuring, and the adaptability is good. Therefore, it performs well in terms of real-time performance.
In memory management, eCos allocates neither memory nor paging, but uses a dynamic memory allocation mechanism based on memory pool. Two memory management methods are implemented through two memory pools: one is a variable-length memory pool; the other is a fixed-length memory pool, similar to the VxWorks management scheme.
In interrupt management, eCos uses a layered interrupt handling mechanism to divide interrupt processing into a traditional ISR (interrupt service routine) and a lazy interrupt service routine DSR (deferred service program). Similar to μClinux's processing mechanism, this mechanism can run DSR when interrupts are enabled, thus allowing high priority interrupts and processing when dealing with lower priority interrupts. In order to greatly reduce the interrupt latency, the ISR should be able to run quickly. If the amount of service caused by the interrupt is small, the ISR can handle the interrupt separately; if the interrupt service is complex, the ISR only masks the interrupt source and then hands it over to the DSR (Deferred Service Program).
UHC Marine Electrode Water Level Sensor
Uhc Marine Electrode Water Level Sensor,Electrode Type Water Ingress Detection Sensor,Water Ingress Detection Sensor,Water Ingress Detection Sensotion Sensor
Taizhou Jiabo Instrument Technology Co., Ltd. , https://www.jbcbyq.com