A Simple And Easy-To-Use Embedded Software Framework

A Simple And Easy-To-Use Embedded Software Framework

Hello everyone, today I am sharing an article about a microcontroller program framework. 1. Importance of Program Framework Many people, especially beginners, often write code without an overall plan, leading to increasingly messy code and constant bugs. Eventually, the code seems to run fine (it might actually be fine), but when adding a feature, a … Read more

HarmonyOS: A Real-Time IoT Operating System

HarmonyOS: A Real-Time IoT Operating System

This is a platform for knowledge sharing and dissemination. Patience in reading to the end will yield surprises and gains. Real-time operating systems are not as simple as “real-time” suggests By | Bu Rixin Key point summary: During the recent US-China trade war, the US mobilized national strength to deal with Huawei, with the core … Read more

Zephyr: The Best Choice for ‘Lowest Memory Usage’ IoT Devices

Zephyr: The Best Choice for 'Lowest Memory Usage' IoT Devices

Source: Zephyr IoT Think Tank Organized and Released Please indicate the source and origin when reprinting —— [Introduction] —— The newly released open-source Zephyr Project™ is a small real-time operating system that supports multiple architectures, designed specifically for IoT (Internet of Things) gateways and edge applications, making it an ideal choice for developing applications based … Read more

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

Exploring the Inner Workings of Embedded Systems

Exploring the Inner Workings of Embedded Systems

The author of this article is Jean J. Labrosse, founder of Micrium and chief consultant for the Micrium product line, responsible for ensuring compliance with strict policies and standards. Jean J. Labrosse has a profound understanding of embedded systems and has authored the μC/OS series of books, which have garnered widespread attention in China! Embedded … 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

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

Real-Time Testing of EtherCAT Master Controller System

Real-Time Testing of EtherCAT Master Controller System

EtherCAT, as an efficient fieldbus network technology, relies on a high real-time operating system to fully demonstrate its real-time performance. This article takes the ZMC600E as an example to test system real-time performance and analyze operating system jitter data. ZMC600E EtherCAT Master Controller is a new generation intelligent bus-type controller developed by Guangzhou Zhiyuan Electronics … Read more

Program Architecture in Embedded Development

Program Architecture in Embedded Development

Introduction In embedded software development, including microcontroller development, software architecture is a critical consideration for developers. Software architecture is crucial for the overall stability and reliability of the system. A suitable software architecture not only has a clear structure but also facilitates development. I believe that in the early stages of embedded or microcontroller software … Read more