Programming Microcontrollers: C Language or Assembly?

Programming Microcontrollers: C Language or Assembly?

A microcontroller is a programmable device that simplifies hardware design and enhances product functionality, with the program being the soul of the microcontroller.Currently, slightly more complex electronic products are centered around microcontrollers, supplemented by various peripheral circuits to meet different functional requirements.The programming of microcontrollers can be achieved through assembly language and C language. 1Characteristics … Read more

10 Microcontroller Programming Application Tips Summary

10 Microcontroller Programming Application Tips Summary

1. What Are the Advantages and Disadvantages of C Language Programming and Assembly Language in Microcontroller Development? Answer: Assembly language is a symbolic language that uses mnemonics to represent machine instructions, making it the closest language to machine code. Its main advantages are low resource usage and high execution efficiency. However, different CPUs may have … Read more

Embedded Learning Path: Linux Basics and Scripting

Embedded Learning Path: Linux Basics and Scripting

Click “Ke Yan Achievements” to follow, and select “Set as Star” to avoid getting lost Introduction Before we start the article, let me ask you a question: If you want to become an embedded engineer, after learning C language, what do you think you should learn next? Think about it, leave a comment at the … Read more

What You Need to Learn for Embedded Development

What You Need to Learn for Embedded Development

Today I will share some knowledge that you need to learn for embedded development, to help you with self-study. What you need to learn for embedded development mainly includes the following aspects: 1. Circuit Knowledge (Because hardware design involves component selection, schematic and PCB design, and circuit debugging, you need to master knowledge related to … Read more

Embedded Linux: From Novice to Expert

Embedded Linux: From Novice to Expert

Click “Ke Yan Achievements” to follow, select “Set as Star“ to avoid getting lost Hello everyone, I am Ke Yan, I haven’t gone missing, I just took a trip back in time, just returned from the year 2021, to see the industry development at that time. I can responsibly tell everyone that by 2021, our … Read more

How to Transition from Mechanical Automation to Embedded Linux?

How to Transition from Mechanical Automation to Embedded Linux?

Recently, many students majoring in mechanical automation have come to ask me how to transition to embedded systems after graduation, specifically how to learn and find jobs. Most of them are recent graduates or about to graduate students who have been exposed to C language during their studies, and many have self-studied microcontrollers and ARM. … Read more

Two Essential Design Principles in Embedded Development

Two Essential Design Principles in Embedded Development

Source: Internet After reviewing various embedded books available in the market, including MCS-51, AVR, ARM, etc., I found that none specifically introduce design principles, and even if there are, they are quite rare.Writing code is not difficult, but writing good and efficient code requires some experience.The idea of structured and modular program design is the … Read more

Using Rust for Embedded Development

Using Rust for Embedded Development

Follow+Star PublicAccount, don’t miss exciting content Author | Papalymo Rust is a widely used programming language in the 21st century. One widely recognized aspect of Rust is that it can run on diverse targets, from desktop and server devices to resource-constrained embedded devices. What is Rust Rust is a language that empowers everyone to build … Read more

Embedded Linux Development: Common Techniques and Tips

Embedded Linux Development: Common Techniques and Tips

I am Lao Wen, an embedded engineer who loves learning. Follow me, let’s become better together! There are techniques everywhere in life, and embedded Linux development is no exception. If beginners understand these commonly used techniques in development, it can help you avoid many detours. These techniques are not limited to a specific development board … Read more

51 Microcontroller Traffic Light Controller Tutorial

51 Microcontroller Traffic Light Controller Tutorial

AD Package Library Component Library Collection:Package Library Resource Directory: This design is based on the 51 microcontroller traffic light controller, with control, start, and yellow light flashing (Proteus simulation + program). Simulation: Proteus 7.8 Program Compiler: Keil 4/Keil 5 Programming Language: C Language Number J012 Function Description: Timing control of LED lights; display and flashing … Read more