Selected Compilation | Embedded Software Design and Development

Selected Compilation | Embedded Software Design and Development

Follow+Star public number, don’t miss wonderful content Author | strongerHuang WeChat public account | Embedded Column In order to facilitate everyone to review and check articles on public transportation, subways, and going out, I have carefully selected and categorized some articles: Embedded Software Architecture Design Layering Ideas Common “Safety” Operations of EEPROM in Projects Ideas … Read more

What Can Containers and Unikernels Learn from Raspberry Pi and Arduino?

What Can Containers and Unikernels Learn from Raspberry Pi and Arduino?

Unikernels, Rump kernels, and mini Linux distributions are operating systems built for specific purposes. These specialized operating systems are somewhat like custom circuit boards. They require upfront investment and design, but when deployed at scale, they can deliver powerful performance. — Scott McCarty Article Navigation –Unikernels, Rump kernels, and Container Hosts27% –Conclusion76% Compiled from: https://opensource.com/business/16/5/containers-unikernels-learn-arduino-raspberry-pi … Read more

Understanding Static Memory Allocation in FreeRTOS

Understanding Static Memory Allocation in FreeRTOS

Click the blue text to follow us Learn about IT-related people and events This issue of the 【Selected Good Articles】 column focuses on the technical field, selecting the top 5 high-quality software development articles from 51CTO media and blogs, helping tech professionals learn systematically from technical and ideological perspectives. Come grow together! Selected Good Articles … Read more

Common Architectures in Embedded Software Development

Common Architectures in Embedded Software Development

Select “GuaGua Little Master” at the top, choose “Pin/Star Public Account“ Useful content delivered promptly! Summary: For microcontroller programs, everyone is familiar, but not many truly consider the architecture. With the continuous increase in program development, architecture is very necessary. There are roughly three architectures for applications: 1. Simple front and back sequential execution program, … Read more

Using TCM with XC32 Compiler on Cortex-M7 MCU

Using TCM with XC32 Compiler on Cortex-M7 MCU

How to Use TCM with XC32 Compiler on Cortex®-M7 Based MCU Introduction The Microchip SAMS70/E70/V7x series microcontrollers (MCUs) are high-performance MCUs based on the Arm® Cortex®-M7 core. This series of MCUs offers rich peripherals and built-in large-capacity code and data memory. To ensure high-speed, low-latency, and deterministic access to time-critical code and data, the Arm … Read more

The Importance of Learning RTOS in Embedded Systems

The Importance of Learning RTOS in Embedded Systems

Follow andstar the public account so as not to miss wonderful content Editor: Huang Source: McTai Technology Readers have been asking questions about RTOS, such as:Should I learn RTOS now?What are the benefits of learning RTOS?Should my project run RTOS? ······ Other questions about RTOS essentially stem from insufficient understanding of RTOS and lack of … Read more

Latest MIUI 13 Freezing List and Game Phone Updates

Latest MIUI 13 Freezing List and Game Phone Updates

The public account has been renamed, don’t get lost! A column that gathers all the latest gadget information from Coolapk, carefully selected just for you who love gadgets. Note: This column only serves as a recommendation and does not store any related files. If needed, please visit the author’s original post for detailed information and … 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

Open Source NAO Backpack: An Open Hardware Add-on for Rapid Software Development with NAO Robot

Open Source NAO Backpack: An Open Hardware Add-on for Rapid Software Development with NAO Robot

Real-time sharing of CVPR, ECCV and other conferences, focusing on deep learning and autonomous driving fields. We look forward to your participation. Click on “CNNer” above, select “Star” or “Top” to choose selected dry goods, delivered on the same day. Get the original text and code by replying to the public account: 06050546269 Paper Title: … Read more

Essential Data Structures for Embedded System Development

Essential Data Structures for Embedded System Development

In embedded system development, the choice of data structures is crucial for optimizing memory usage, improving program efficiency, and simplifying code logic. Today, Hua Mei has summarized the eight commonly used data structures in embedded development (recommended to bookmark): 1. Array An array is a simple linear data structure used to store a collection of … Read more