[This article was published at https://blog.csdn.net/Stack_/article/details/128771308, reprinting without permission is prohibited, and the source must be indicated when reprinting]
1. Install tools and configure environment variables
1,python3
[Official website] [netdisc] Link: https://pan.baidu.com/s/1zW_H_eQlkzX3FkXuClFnTA Extraction ...
Posted by Tonka1979 on Fri, 27 Jan 2023 23:32:31 +0300
1. Detailed explanation of STM32cubeMX
1.STM32CubeMX function introduction
STM32CubeMX is a powerful piece of software that provides a quick and easy way to develop applications for STM32 microcontrollers. It is designed to increase development efficiency, save time and money, and is used to optimize the performance and reliability of S ...
Posted by QbertsBrother on Sat, 31 Dec 2022 06:07:39 +0300
1 Introduction
Hi, everyone, the senior will introduce to you a microcontroller project made by the senior today.
Access Control System Based on SCM
You can use it for course design or graduation design
2 Subject background
The basic components of the access control system mainly include identification, sensing and alarm, processing ...
Posted by matchew on Mon, 26 Dec 2022 00:12:46 +0300
Previous:
(STM32) RT-Thread journey from scratch--PWM drives ST7735 dimming
The driver used in this article is provided by ST official:
https://github.com/STMicroelectronics/stm32-st7735.git
If you need it, you can directly git clone it for transplantation. The core code has nothing to do with the chip model, and the portability is very goo ...
Posted by pietbez on Sat, 19 Nov 2022 02:51:56 +0300
Table of contents
1. The purpose of the experiment
Second, the register realizes lighting
1. Project creation
2. Write code
3. Burn and compile
4. Observe the output waveform of the GPIO port
3. HAL library lights up LED running lights
1. Install the HAL library
Edit 2. Create a project
3. Configuration work
(1) Clock configurat ...
Posted by Dvorak on Tue, 25 Oct 2022 07:03:00 +0300
STM32F103 minimum system intelligent control (register Implementation)
1, Hardware preparation
1. Preparation before learning: the whole project is developed in C language, so it needs to have a good foundation of C language. Here I will briefly explain that in C language, the three points of general linked list, function pointer and file class ...
Posted by ir4z0r on Mon, 23 May 2022 16:13:15 +0300
1, Implementation principle
The code generated automatically by MX is extracted from the following part
/*stm32f1xx_it.c*/
//sysTick interrupt function
void SysTick_Handler(void)
{
/* USER CODE BEGIN SysTick_IRQn 0 */
/* USER CODE END SysTick_IRQn 0 */
HAL_IncTick();
/* USER CODE BEGIN SysTick_IRQn 1 */
/* USER CODE END SysTick_I ...
Posted by krispykreme on Thu, 19 May 2022 18:40:39 +0300
1, Foreword
Although H743 has provided a lot of internal RAM, my friends who read this article must understand that even the most generous internal RAM is useful, so we need to expand ram. At this time, there are two options, SDRAM or SRAM, which can be used. I will use two bloggers to bring their configuration processes respectively!
The ...
Posted by sub7av on Wed, 18 May 2022 01:28:58 +0300
situation analysis
A junior old fried dough stick. When I was a freshman, I applied to stay in school in time for the 19-year national competition. After the self-study (rowing) started in January, I visited with my teammates about the preparation of other teams and went home happily. (I didn't buy any materials). Due to the epidemic, the pro ...
Posted by beeman000 on Sun, 15 May 2022 10:41:59 +0300