Comprehensive Official Resources on STM32 IAP

Comprehensive Official Resources on STM32 IAP

ISP uses communication interfaces for programming, and the boot code is written by the manufacturer and cannot be changed. IAP (In-Application Programming) refers to the ability of an MCU to obtain new code and reprogram itself, allowing a program to change the program. In application programming (IAP), the user’s application code erases/programs the internal Flash … Read more

Design of Secure Boot for Embedded Systems Based on Security Modules

Design of Secure Boot for Embedded Systems Based on Security Modules

Click the “blue words” above to follow us! 2025.06.18 Word count: 5056 Estimated reading time: 13 minutes Abstract This article proposes a design for a secure and trusted circuit based on the security requirements of the boot process for embedded devices, achieving a trusted embedded system. The design method of this secure and trusted circuit … Read more

Official Training Materials for STM32F0 Cortex-M0: 19 Lectures Shared

Official Training Materials for STM32F0 Cortex-M0: 19 Lectures Shared

The Cortex-M0 is part of the M0 series within the Cortex-M family. Its main feature is a low-power design. The Cortex-M0 is a 32-bit, 3-stage pipeline RISC processor, with a core architecture based on the von Neumann structure, meaning that instructions and data share the same bus. As a next-generation processor, the design of the … Read more

Using ADC Measurement: Internal STM32 ADC Pins vs. External ADC7606-like ADC Chips

Using ADC Measurement: Internal STM32 ADC Pins vs. External ADC7606-like ADC Chips

In embedded system design, selecting an ADC chip requires a comprehensive consideration of performance, application scenarios, and development costs. The STM32’s ADC and dedicated ADC chips like the AD7606 exhibit significant differences in core parameters, functional features, and applicable scenarios. Below is a comparative analysis and selection advice for both: 1. Performance Parameter Comparison 2. … Read more

STM32 Quick Notes (Sixteen) – SPI Communication

STM32 Quick Notes (Sixteen) - SPI Communication

🎀 Article Author: Ertu Electronics 🌸 Follow our public account for more resources! 🐸 Looking forward to learning and exchanging ideas together! 1. Introduction to SPI SPI stands for Serial Peripheral Interface, which is a high-speed, full-duplex, synchronous communication bus. It only occupies four pins on the chip, saving pin space while providing…

STM32 vs Arduino: Why Won’t Your LED Light Up?

STM32 vs Arduino: Why Won't Your LED Light Up?

Received feedback from many readers: “Clearly following the tutorial, but the STM32 board’s LED won’t light up?” This phenomenon hides hardware differences in embedded development that are easily overlooked, the connection method of the onboard LED and GPIO pins, is the most common “pitfall” for beginners transitioning from Arduino to STM32. Every line of code … Read more

STMicroelectronics: What Strategy Are They Pursuing?

STMicroelectronics: What Strategy Are They Pursuing?

👆If you wish to see more often, feel free to star🌟 and bookmark it~ Since the release of the STM32F103 series in 2007, STMicroelectronics’ STM32 series has gone through nearly two decades, and its MCU/MPU series products have long become benchmarks in multiple markets. To date, the STM32 MCU has developed five major categories and … Read more

Microsecond-Level Delay Made Easy! Precise Timing Control Using STM32 Hardware Timers

Microsecond-Level Delay Made Easy! Precise Timing Control Using STM32 Hardware Timers

In embedded development, precise delay control is crucial for many applications, especially in scenarios such as sensor sampling and protocol timing control. Traditional methods of implementing delays often rely on simple for loops; however, this approach not only lacks precision but also wastes a significant amount of CPU resources during long delays. To improve delay … Read more

[STM32] Quick Installation of Keil5 MDK Software Environment

[STM32] Quick Installation of Keil5 MDK Software Environment

Hello friends, this is Teacher Ma from Hunyuan Xingyi Electric! The cover image of the little bird is at the end of the article, feel free to take it~ Starting next week, I will be preparing for the graduation ceremony, and I have also received an invitation to visit the multi-layer board factory of Jialichuang, … Read more