Making AI Accessible with STM32

Making AI Accessible with STM32

▲ Click the above to follow STM32 Artificial intelligence has moved from a high-tech domain to multi-scenario applications,and in this process, embedded technology will become an important carrier platform for AI implementation. Not long ago, the 2020 World Artificial Intelligence Conference (WAIC) just concluded in Shanghai, reigniting the concept of artificial intelligence in the industry. … Read more

Common Power Supply Issues in STM32 Applications

Common Power Supply Issues in STM32 Applications

In the process of developing and debugging applications using STM32 microcontrollers, we often encounter various anomalies. A significant portion of these issues are related to the power supply. The power supply is critical and essential for any electronic product, yet during actual development and debugging, we sometimes inadvertently neglect it. Here, I share a few … Read more

Comprehensive Guide to STM32 Cloud Connectivity

Comprehensive Guide to STM32 Cloud Connectivity

Cloud Connectivity Overview of Cloud Connectivity Applications Based on STM32 Ecological System We provide a rich software example package, corresponding documentation, and supporting evaluation boards for cloud connectivity applications based on STM32; Based on typical customer needs analysis, we have written detailed training materials and developed rich cloud connectivity courses in collaboration with third-party developers. … Read more

Key Steps to Implement Bootloader Jump in STM32 Microcontroller

Key Steps to Implement Bootloader Jump in STM32 Microcontroller

This issue’s topic: More and more embedded devices now support remote automatic upgrades, eliminating the need for a downloader. This greatly facilitates device maintenance. To enable remote upgrades, it is necessary to write program code that supports upgrades, which can be referred to as BootLoader. This means dividing the device’s program code into two parts: … Read more

Detailed Explanation of STM32 Microcontroller Minimum System

Detailed Explanation of STM32 Microcontroller Minimum System

STM32F103RCT6: STM32F103RCT6 is an embedded microcontroller integrated circuit (IC) with a 32-bit Cortex-M3 core processor, a speed of 72MHz, a program memory capacity of 256KB, program memory type of FLASH, RAM capacity of 48K, and package LQFP64. STM32 Microcontroller Naming Rules: Minimum System of STM32 Microcontroller: The so-called minimum system of the microcontroller is a … Read more

Understanding STM32 Clocks

Understanding STM32 Clocks

Introduction to STM32 Clock Sources 1. The main clock sources of STM32 are: Internal Clock External Clock Phase Locked Loop (PLL) Frequency Multiplier Output Clock 1.1 Detailed Introduction HSI (Internal High-Speed Clock) It is an RC oscillator with a frequency of up to 8MHz, which can be used as the system clock and PLL input. … Read more

Simulating Linux Kernel Automatic Initialization on STM32

Simulating Linux Kernel Automatic Initialization on STM32

Hello everyone, I would like to recommend an article by my friend, the mixed bag master. There are many programming ideas to learn in Linux, and many experts apply these ideas and mechanisms to microcontroller programming. For example: cola_os introduced in the Embedded Mixed Bag Weekly | Issue 4, and the well-known RT-Thread. Also, the … Read more

Practical Case of STM32 Dual Timer + ADC + DMA

Practical Case of STM32 Dual Timer + ADC + DMA

This article is based on a query from a certain STM32 user, slightly modified and organized. The content may be a bit extensive, involving STM32 timer synchronization applications, the correlation between timer trigger events and ADC, interrupt handling based on ADC events, and DMA transmission based on timer events. Ultimately, it requires attention to many … Read more