STM32CubeMX User Manual – Quick Guide

STM32CubeMX User Manual - Quick Guide

Click to read the original text and go to get it for free Many friends are attracted by the graphical way of generating project code with CubeMX, greatly improving project development efficiency. However, sometimes when encountering problems and wanting to check the manual for solutions, they find it is all in English. To solve this … Read more

Why Add Pull-Down Resistor to GND for SWCLK and Pull-Up Resistor to 3.3V for SWDIO in STM32 Microcontrollers

Why Add Pull-Down Resistor to GND for SWCLK and Pull-Up Resistor to 3.3V for SWDIO in STM32 Microcontrollers

In STM32 microcontrollers, SWCLK (Serial Wire Clock) and SWDIO (Serial Wire Data Input/Output) are two key signal lines in the SWD (Serial Wire Debug) debug interface, used for communication between the microcontroller and the debugger. The reason for adding a pull-down resistor to GND for SWCLK: Maintain State: • When SWD communication is inactive, if … Read more

Understanding STM32 Timers: A Comprehensive Training Guide

Understanding STM32 Timers: A Comprehensive Training Guide

Course Introduction Introduction to STM32 Timer Basics and Common Applications The STM32 technical training proudly presents “Chatting with the Moderator about the STM32 Series” training. This training is carefully compiled by the moderator based on the most frequently asked questions in the ST MCU forum, featuring specialized technical Q&A and application case analysis. The first … Read more

Reverse Engineering STM32 Firmware: A Comprehensive Guide

Reverse Engineering STM32 Firmware: A Comprehensive Guide

This article is a highlight from the KX forum, authored by KX forum user ID: Lpwn 1 Overview Using an old project on fan control as an experiment. It utilized external interrupts, timer interrupts, and PWM. The MCU is STM32F103ZET6. In the Keil settings, you can see the starting address of the firmware, which is … Read more

Implementing Infrared Reception and Decoding with STM32 Timers

Implementing Infrared Reception and Decoding with STM32 Timers

1. NEC Protocol Infrared remote control is a commonly used communication method. Among the various encoding methods for infrared remote controls, the NEC protocol is widely used. The characteristics of the NEC protocol are as follows: • Carrier frequency is 38KHz; • 8-bit address and 8-bit instruction length; • Address and command are transmitted twice … Read more

Understanding Security Requirements for IoT Perception Layer Gateways

Understanding Security Requirements for IoT Perception Layer Gateways

Since the concept of the Internet of Things (IoT) was proposed, discussions on IoT architecture have taken place, and the IoT industry has rapidly developed. While the IoT accelerates the integration of technology into daily life, security issues have also arisen. Important institutions around the world, such as those in electricity, energy, and airports, frequently … Read more

Research on Gateway Technology of IoT Operation System for Smart Gas Meters

Research on Gateway Technology of IoT Operation System for Smart Gas Meters

After registering on the official website http://www.gasheat.cn Free download of papers http://www.gasheat.cn/Periodical/index.html Authors: Shao Zehua, Wang Maoxi First author unit: Chengdu Qin Chuan Internet of Things Technology Co., Ltd. Excerpt from “Gas and Heat” April 2022 issue Example of References Shao Zehua, Wang Maoxi. Research on Gateway Technology of IoT Operation System for Smart Gas … Read more