Why Should Microcontroller Software Adopt a Framework?

Why Should Microcontroller Software Adopt a Framework?

Some beginners in microcontroller development, who have just started working with microcontrollers, may not have yet delved into using RTOS. Jumping directly into RTOS might be challenging, especially for those using relatively older microcontrollers with limited resources, which may not be suitable for running RTOS. Alternatively, when using RTOS, they may feel confused about the … Read more

Is There a Relationship Between Microcontroller Programming and English?

Is There a Relationship Between Microcontroller Programming and English?

Many students have such concerns::“Teacher, my English is not good, will I be unable to learn microcontrollers?Will it be difficult to learn programming because my English is poor?” I have been teaching microcontrollers for many years, and every year students ask this question. Today, I will talk about this matter, the relationship between microcontroller programming … Read more

Microcontroller C Language Programming: Bitwise Operations

Microcontroller C Language Programming: Bitwise Operations

This section introduces the basic knowledge of microcontroller programming, following the previous discussions on why C language is used for microcontroller programming and the programming environments required. The first topic to cover is bitwise operations. Bitwise operations are very common when configuring the registers of a microcontroller. For example, when configuring a GPIO of a … Read more

Essential Guide to C51 Operators for Microcontroller Programming

Essential Guide to C51 Operators for Microcontroller Programming

In C51 microcontroller development, the C language is an essential skill, and operators are the core part of C language—they manipulate data, optimize hardware operations, and can even directly affect program efficiency! Today, we bring you a comprehensive guide to C51 operators, teaching you to master these key knowledge points step by step. This article … Read more

State Machine Programming in Industrial Control Systems: Design Concepts and Implementation Strategies

State Machine Programming in Industrial Control Systems: Design Concepts and Implementation Strategies

Click the little blue text to follow! A few days ago, a colleague who works with coding for inkjet printers came to me, saying that his device often “stalls”; sometimes the print head works normally, but at other times it suddenly stops and inexplicably enters cleaning mode. Seeing his worried expression, I guessed it right—this … Read more

Embedded Development: State Machine + Event-Driven Framework

Embedded Development: State Machine + Event-Driven Framework

Concept of Event-Driven There are many examples of event-driven in life, like sneaking a nap during self-study while the teacher is not watching. We all went through high school, which was tough. High school students feel that sleeping is the most luxurious thing in the world; sometimes, you can even fall asleep while standing! The … Read more

Understanding Domestic Embedded Operating Systems: Key Insights

Understanding Domestic Embedded Operating Systems: Key Insights

For a long time, embedded operating systems have been the foundational software for communication, automobiles, consumer electronics, and aerospace. With the rapid development of the Internet of Things and artificial intelligence, embedded operating systems are playing an increasingly significant role in intelligent systems. Amidst the turbulent international political and economic environment, domestic embedded operating systems … Read more

Is It Meaningful to Run RTOS on 51 Microcontrollers?

Is It Meaningful to Run RTOS on 51 Microcontrollers?

Follow+Star Public Account Number, Don’t miss wonderful content Author | strongerHuang WeChat Official Account | Embedded Column Recently, I saw a discussion in my technical group about a question: Is it meaningful to run RTOS on 51 microcontrollers? Today, I will talk about 51 and RTOS. 1About 51 Microcontrollers and Their Performance and Resources The … Read more