Hardware Debugging of STM32F373 Control Board

Hardware Debugging of STM32F373 Control Board

Signal Acquisition and Control Circuit Board Based on STM32F373 – Production Process[1] 01 STM32F373 Debugging Process 1. Introduction   This is the signal acquisition and control circuit board just made, designed based on the STM32F373 microcontroller. Below, we will debug this freshly soldered circuit board to prepare for the subsequent software development. 2. Preliminary Debugging 1. … Read more

Basics of STM32 IoT Kit Part 05 – External Interrupts

Basics of STM32 IoT Kit Part 05 - External Interrupts

Click the blue text above: IoT Inn In the previous section, we learned about the independent key operation of the microcontroller. In fact, we used a polling method, which consumes MCU resources as it constantly checks for key presses. In this section, we will use interrupts to implement key operations. 01 Basic Knowledge 1Introduction to … Read more

Detailed Interpretation of Embedded Work Directions

Detailed Interpretation of Embedded Work Directions

Follow the Embedded Learning Station for daily updates on fresh topics. 🤟 Tips: This article contains 1033 words and is expected to take about 7 minutes to read. Many students majoring in mechanical, automation, and electronic information want to make embedded development their career goal. However, sometimes due to the vast and complex knowledge involved … Read more

Unveiling The Workstations Of Hardware Editors

Unveiling The Workstations Of Hardware Editors

Many people envy technology media for being able to get their hands on the latest hardware products first. So are the editors in the core hardware division really that talented? We can get a glimpse of that from the workstations they use. That’s right, today’s topic is to unveil the configurations of the workstations used … Read more

How to Assemble a Mini PC: Essential Knowledge

Perhaps due to the dislike of full-size cases and mid-tower cases taking up too much space, more and more users are starting to pursue ultra-small computer hosts. Placing an ultra-small computer host on the desk does not take up much space and looks both compact and aesthetically pleasing. So the question arises, what do you … Read more

Discussing a Poorly Designed Mini PC

Discussing a Poorly Designed Mini PC

Today, we are going to discuss this mini PC product that was recommended for purchase by viewers in the comments section a few days ago, from the monitor giant AOC’s “MOSS M7” mini PC. This mini PC has a relatively rounded appearance, decent hardware specifications, ample storage space, and uses pure copper fins for cooling. … Read more

Essential Mind Map for Embedded Learning

Essential Mind Map for Embedded Learning

If you want to do embedded testing, what content should you learn, and to what extent should you learn different content? As embedded learning classes start, more interested students come to us to understand that embedded testing is a promising direction for future development. However, from a learning perspective, what content should be learned in … Read more

Essential Knowledge on Embedded IoT System Hardware and Software

Essential Knowledge on Embedded IoT System Hardware and Software

This article mainly introduces the basic knowledge of embedded systems, covering various aspects of embedded software and hardware, hoping to be helpful to everyone. Basics of Embedded Systems 1. Definition of Embedded Systems (1) Definition: A dedicated computer system centered on applications, based on computer technology, with customizable hardware and software, designed to meet strict … Read more

Detailed Explanation of Embedded Product Development Process

Detailed Explanation of Embedded Product Development Process

Source: ittbank Embedded products, like ordinary electronic products, must follow some basic processes during development, which is a journey from requirement analysis to overall design, detailed design, and finally to product completion. However, compared to ordinary electronic products, the development process of embedded products has its uniqueness. It involves both embedded software and embedded hardware, … Read more

Understanding CPU: Concepts, Structure, and Role in Systems

Source: Tiger Says Chip Original Author: Tiger Says Chip The CPU plays the role of the “brain” and “commander” in the entire computer system. It is responsible for fetching instructions from memory, decoding them, and executing various logical, arithmetic, control, and data processing tasks. Core Role of the CPU System “Brain” and “Commander” The CPU … Read more