For a better reading experience, go to: Mculover666's personal blog. This article describes how to configure STM32L431RCT6's universal timer peripherals with STM32CubeMX to make the...
1. Delete the empty stm32f10x.h file and copy it from the firmware library, then because the header file uses core_cm3.h and system_stm32f10x. Next write main.#include...
This article has participated in the Denver Nuggets Creators Camp 3 "More Productive writing" track, see details: Digg project | creators Camp 3 ongoing, "write"...
The following introduction is to use VScode and JFlash to install VScode for STM32 development under Windows. Install the make tool. Windows does not have...
In embedded system, many devices can be controlled by serial port, such as WiFi, Bluetooth, RFID, etc., so it is particularly important to use serial...
This is the 25th day of my participation in August More challenge, activity details check: August more challenge STM8 microcontroller although 8 is a microcontroller,...
STM8 microcontroller has a lot of series, sometimes in a microcontroller program, and then suddenly changed the model of the microcontroller, so how to transplant...
This article has participated in the third "More Productive writing" track of the Denver Writers' Camp. Foreword by register programming we can know, many times...
This is the 28th day of my participation in The August Genwen Challenge. The simulation watchdog function of STM8 microcontroller can be used not only...
This article has participated in the Denver Nuggets Creators Camp 3 "More Productive writing" track, see details: Digg project | creators Camp 3 ongoing, "write"...
Today we will learn buck type switching power supply. In the previous linear regulator tutorial, we studied the use of linear regulators such as the...
This is the third day I participated in the August More text challenge, the activity details check: August more text challenge embedded development guide: 1,...
In a typical database query scenario for Mongodb, index plays a very important role. Without index, Mongodb needs to scan the entire collection to find...
In order to improve the accuracy and speed of sampling, the STM8 microcontroller also provides continuous sampling mode with cache, which means that the ADC...
Input floating (GPIO_Mode_IN_FLOATING) : The level signal of the I/O port directly enters the input data register. That is, the level state of I/O is...
This is the seventh day of my participation in the August More text challenge, activity details check: August more text challenge in the project often...
STM8S003 MCU internal ADC is 12 bits, each channel of A/D conversion can perform single and continuous conversion mode. Single conversion mode means that the...