Building and Debugging an Embedded Framework

Building and Debugging an Embedded Framework

“Starred Public Account“, let’s improve together! Source: https://github.com/54zorb/Zorb-Framework 1. Introduction to Zorb Zorb Framework is a lightweight embedded framework built on object-oriented principles. The purpose of building the Zorb Framework is to quickly develop applications on chips that cannot run Linux, without reinventing the wheel. The initial design features of the Zorb Framework include: 1. … Read more

Software Architecture: Embedded Software Abstraction Layer

Software Architecture: Embedded Software Abstraction Layer

Follow and star the official account for exciting content Source: Dog Brother Embedded https://zhuanlan.zhihu.com/p/600061712 Software architecture is a topic with various viewpoints and definitions available online. For example, we can define it as: software architecture is the fundamental structure of a software system, reflected in its components, the relationships between components, the rules for component … Read more

Real-Time Verification Monitoring of Automotive Embedded Systems: A Case Study of Transmission Control Systems

Real-Time Verification Monitoring of Automotive Embedded Systems: A Case Study of Transmission Control Systems

Abstract:The ISO 26262 standard for functional safety of road vehicles aims to guide the formulation of appropriate requirements and processes to avoid systematic and/or random failures in automotive electrical/electronic systems. Functional safety claims can be obtained in the requirements specifications of automotive embedded control units and systems. However, the process of verifying the behavior of … Read more

Lightweight Framework for Embedded Systems

Lightweight Framework for Embedded Systems

Follow+Star Public Account, don’t miss exciting content Material Source | Network Today I will share an open-source, lightweight framework designed specifically for embedded systems. Introduction to mr-library MR framework is a lightweight framework specifically designed for embedded systems, fully considering the resource and performance requirements of embedded systems. By providing standardized device management interfaces, it … Read more

Research on High-Efficiency Dedicated Chips for Intelligent Robots

Research on High-Efficiency Dedicated Chips for Intelligent Robots

With the rapid development of robotics and artificial intelligence technologies, intelligent robots are becoming a revolutionary engine driving new productive forces and leading a new round of technological revolution globally. Intelligent robots possess the capabilities of perception, analysis, decision-making, and even autonomous learning, with the main control chip serving as the core computing platform providing … Read more

Layered Design in Embedded Software Architecture

Layered Design in Embedded Software Architecture

Follow+Star public number, don’t miss wonderful content Arrangement | strongerHuang WeChat Public Number | Embedded Column In formal project development, projects are often developed concurrently, meaning that hardware design, low-level software design, application software design, etc., are carried out simultaneously. For example, debugging module drivers on a development board while debugging applications on other platforms … Read more

Key Considerations for Hardware Design in Embedded System Development

Key Considerations for Hardware Design in Embedded System Development

Click the card above to follow and learn more Embedded design is a huge project, today we will talk about several considerations in hardware circuit design. First, let’s understand the hardware architecture of embedded systems. We know that the CPU is the soul of the entire system, and all peripheral configurations are related to it. … Read more

Understanding MCUBoot: A Universal Bootloader for MCU Systems

Understanding MCUBoot: A Universal Bootloader for MCU Systems

Explanation: 1. The Bootloader handles the initial boot sequence on hardware before the operating system takes over. For example, U-boot is often used as the boot loader in embedded systems before starting embedded operating systems like Linux or FreeBSD. MCUBoot is also a bootloader, but it targets IoT, referring here to systems with limited memory … Read more

Essential Insights into Embedded System Software Architecture Design

Essential Insights into Embedded System Software Architecture Design

Click on the above“Big Fish Robot”, select“Top/Star Public Account” Welfare essentials, delivered at the first time! Organizer: Embedded Cloud IOT Technology Circle, Author: veryarm 1. Introduction Embedded systems are a branch of software design, and their many characteristics determine the choices of system architects. At the same time, some of their issues have considerable generalizability … Read more

Lightweight Framework for Embedded Systems

Lightweight Framework for Embedded Systems

Source | Network Today, I will share an open-source lightweight framework designed specifically for embedded systems. Introduction to mr-library MR framework is a lightweight framework designed specifically for embedded systems, taking into full consideration the resource and performance requirements of embedded systems. By providing standardized device management interfaces, it greatly simplifies the difficulty of developing … Read more