Common Commands in VxWorks

Common Commands in VxWorks

Common Commands in VxWorks: i displays basic information about tasks; when the parameter is 0, it shows all tasks. ti displays the TCB information of tasks. d shows the memory content at the target address. devs lists all devices on the target system. version displays the VxWorks version number. memShow shows information about the total … Read more

Overcoming Challenges in Embedded Software Development for Electric Vehicles

Overcoming Challenges in Embedded Software Development for Electric Vehicles

Overcoming Challenges in Electric Vehicle Embedded Software Development As the transportation industry undergoes a shift towards electrification, vehicles must possess systems that are safe, reliable, and easy to use, placing immense pressure on engineers and software architects. All six components of the electric vehicle (EV) powertrain system must work in harmony to achieve optimal performance. … Read more

Embedded Software Architecture Design: Establishing Infrastructure

Embedded Software Architecture Design: Establishing Infrastructure

Hello everyone, today I am sharing an article related to embedded software architecture design. Embedded Software Architecture Design – Establishing an Abstraction Layer Software architecture is a topic with various opinions. In my view, software architecture is the basic structure of a software system, encompassing its components, the relationships between components, the rules for component … Read more

Embedded Software Architecture Design: Establishing an Abstraction Layer

Embedded Software Architecture Design: Establishing an Abstraction Layer

Software architecture is a topic of much debate, with various viewpoints. What is software architecture? We can find countless definitions online. For instance, we can define it as follows: software architecture is the fundamental structure of a software system, reflected in its components, the relationships between components, the rules for component design and evolution, and … Read more

Three Common Architectures in Embedded Software Development

Three Common Architectures in Embedded Software Development

Click the image below to search【Internet of Things】 to get many practical IoT projects prepared for you. Microcontroller programs are familiar to everyone, but few actually consider the architecture. With the increasing number of programs being developed, architecture is very necessary. The architecture of applications can be roughly categorized into three types: 1. Simple front … Read more

Architectural Patterns Suitable for Embedded Software

Architectural Patterns Suitable for Embedded Software

Source | Network Embedded software may experience coupling between drivers and applications due to hardware resource limitations. However, for large projects with abundant resources, complex business logic, and the need for future expansion and maintenance, a layered and modular approach must be adopted. This thinking is known as architectural patterns. Common architectural patterns in the … Read more

Essential Unit Testing Frameworks for Embedded Software Development

Essential Unit Testing Frameworks for Embedded Software Development

Follow+Star Public Account Number, don’t miss wonderful content Source | Big Orange Crazy Embedded As a qualified embedded software engineer, it is essential to write not only business code but also unit test code. At this time, having a set of unit testing frameworks becomes particularly important. In software development, each change in requirements basically … Read more

Embedded Software Architecture Design – Event-Driven State Machine

Embedded Software Architecture Design - Event-Driven State Machine

Click the blue text above to learn more practical skills in embedded programming. If you find this article helpful, feel free to like and follow. Introduction Previously, we introduced finite state machines (FSM) and hierarchical state machines (HSM). This article mainly introduces the Event-Driven State Machine (ESM). A widely used design method in embedded systems … 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

Curated Collection | ARM, Cortex-M

Curated Collection | ARM, Cortex-M

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column To make it convenient for everyone to review articles on their phones while taking public transport or going out for errands, I have carefully curated and categorized some articles: Understanding ARM, Cortex-M cores, and the ARMv8-M architecture … Read more